Spendesk Connector for AI agents.
9 live capabilities
Audit company expenses and track budgets in real-time.
Waiting for input…
Why people use Spendesk
Spendesk for Ending Manual Spend Tracking
With this Connector, that entire loop disappears. You just ask your agent to find the payment and tell you the status. It pulls the data directly into your conversation, saving you the friction of navigating a complex dashboard just to get a single piece of information.
What Vinkius changes
You get real-time financial visibility inside your existing workspace without the manual tab-switching.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Instant Card Limit Checks
A founder needs to know if a virtual card has enough money for a $5,000 server bill without opening a browser.
- Real-world use case 02
Monthly Software Spend Summaries
An ops manager wants a markdown summary of how much the engineering team spent on SaaS capabilities this month.
- Real-world use case 03
Webhook Data Verification
A finance engineer is testing a new payment webhook and needs to verify if a specific payment ID exists in the system using `get_payment_details`.
Complete set · 9capabilities
The complete Spendesk capability set.
These are the exact actions your AI can choose when you ask it to work with Spendesk.
01—03
3 capabilities in this set.
Part of 9 available through Spendesk.
- 01 Capability
Get payment details
Get the full history and status of a specific transaction. This is useful for deep-diving into a single payment.
- 02 Capability
Get supplier details
Pull contact info and payment history for a specific vendor. Use this to get more details on a registered supplier.
- 03 Capability
List budgets
See all active budgets and their current spending status. This helps you monitor how much money is left in specific pools.
04—06
3 capabilities in this set.
Part of 9 available through Spendesk.
- 04 Capability
List cards
View every physical and virtual card issued by your company. It makes it easy to see which cards are active.
- 05 Capability
List expense claims
Review all employee reimbursement requests and out-of-pocket claims. Use this to see what's pending for approval.
- 06 Capability
List invoices
See all processed and pending vendor bills in one list. This is great for auditing upcoming payments.
07—09
3 capabilities in this set.
Part of 9 available through Spendesk.
- 07 Capability
List members
See every team member who has access to the Spendesk account. Use this to manage user permissions quickly.
- 08 Capability
List payments
Get a list of all payments made from the corporate account. It provides a quick overview of your transaction history.
- 09 Capability
List suppliers
View the full matrix of registered suppliers in your account. This helps you see which vendors you are already set up with.
Set up in minutes
One URL. Then ask Spendesk to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Spendesk from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_xphZVugrUb0PgVEvZgJpqhzBlLKWccBVfakomRTM/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Spendesk, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Spendesk for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_xphZVugrUb0PgVEvZgJpqhzBlLKWccBVfakomRTM/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Spendesk URL.
- Step 03
Save and start
Save the connection and enable Spendesk in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"spendesk": {
"url": "https://edge.vinkius.com/vk_preview_xphZVugrUb0PgVEvZgJpqhzBlLKWccBVfakomRTM/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Spendesk
Open Agent mode in chat and ask: "Using Spendesk, help me...". 9 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"spendesk": {
"url": "https://edge.vinkius.com/vk_preview_xphZVugrUb0PgVEvZgJpqhzBlLKWccBVfakomRTM/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Spendesk
Ask Copilot: "Using Spendesk, help me...". 9 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"spendesk": {
"url": "https://edge.vinkius.com/vk_preview_xphZVugrUb0PgVEvZgJpqhzBlLKWccBVfakomRTM/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Spendesk
Open Cascade and ask: "Using Spendesk, help me...". 9 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"spendesk": {
"url": "https://edge.vinkius.com/vk_preview_xphZVugrUb0PgVEvZgJpqhzBlLKWccBVfakomRTM/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Spendesk
Ask Cline: "Using Spendesk, help me...". 9 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add spendesk --transport http "https://edge.vinkius.com/vk_preview_xphZVugrUb0PgVEvZgJpqhzBlLKWccBVfakomRTM/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Spendesk
Ask Claude: "Using Spendesk, show me...". 9 tools are ready
Where the request belongs
Work Spendesk can move forward.
The operations manager who's tired of clicking through three different dashboards just to see if the marketing budget is still active. The finance engineer who needs to verify a payment ID without waiting for a manual export from the accounting team.
Finance Engineer
Testing accounting webhooks by querying live Spendesk data via chat to ensure correct data flow.
Operations Manager
Building markdown summaries of team spend on software monthly to present to leadership.
Founder
Checking if a virtual card has enough cap for a high-value purchase instantly without logging into a portal.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsCertify (Emburse)
Manage expenses and invoices via Certify (Emburse). track reports, receipts, and employee spend directly from any AI agent.
Altoviz
Business management and invoicing. manage customers, invoices, and expenses via AI.
Expensya
Submit and approve business expenses in seconds with receipt scanning, policy enforcement, and reimbursement workflows.
Finmei
Manage expenses, tax rates, and payments through conversational AI agents with Finmei.
BILL Spend & Expense
Manage corporate spend via BILL. list budgets, cards, and transactions directly from any AI agent.
Invoice Ninja
Manage clients, invoices, and products directly through AI.
Bring your own AI
Change the model, client or framework. Keep Spendesk connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Spendesk.
The practical details behind the request, access and result.
Can Spendesk MCP show my company's budget?
Yes, it pulls your live budget data so you can see exactly how much is left in your various spending pools without leaving your workspace.
How do I check card limits with Spendesk MCP?
You can ask your agent to list all corporate cards, and it will show you the limits and status for every physical and virtual card issued.
Can I audit my invoices using Spendesk MCP?
Yes, the Connector can pull a list of all processed and pending vendor bills, making it easy to audit your upcoming payments.
Is Spendesk MCP good for finance engineers?
It is excellent for finance engineers who need to verify payment IDs or test accounting webhooks by querying live data through a chat interface.
Can Spendesk MCP see who has access to my account?
Yes, it can list all team members who currently have access to your Spendesk account so you can manage permissions easily.
Can the AI perform destructive actions like making a real payment or deleting invoices?
No. The integration focuses strongly on extraction via READ endpoints (e.g. list_payments, list_budgets, list_expense_claims). It is designed to act as an advanced analytical viewing lens allowing you to query, organize, and monitor financial positions without executing operational mutations like transferring money.
How can the AI help me understand a specific expense claim?
You can provide the Expense ID from your list_expense_claims search and ask natural questions. The AI will pull the structured data and explain explicitly who submitted the reimbursement, the exact amount, the associated spending currency, and the current processing status, formatting it all into an easily digestible summary.
How deep is the Spendesk token scoped? Is it secure?
The integration is secure. Your Vinkius Agent runs strictly client-side on your PC. It queries the API using the explicit Bearer Token you manage. Spendesk's token access capabilities can also be carefully constrained natively from your Organization's Integration Settings to further enforce least privilege.
One connection away
Give your agent a direct line to Spendesk.
Connect Spendesk once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available