- Extend Mcp
Extend Mcp
Overview
What is Extend AI Toolkit?
The Extend AI Toolkit is a Python-based implementation that integrates with Extend APIs for various AI frameworks, enabling users to delegate actions in the spend management flow to AI agents or MCP-compatible clients.
How to use Extend AI Toolkit?
To use the toolkit, install it via pip with pip install extend_ai_toolkit, configure it with your Extend API key, and utilize the provided tools for managing virtual cards, credit cards, and transactions.
Key features of Extend AI Toolkit?
- Multiple AI Framework Support: Compatible with Anthropic Model Context Protocol, OpenAI Agents, LangChain, and CrewAI.
- Comprehensive Tool Set: Supports major API functionalities including Credit Card, Virtual Card, and Transaction Management.
Use cases of Extend AI Toolkit?
- Automating expense management tasks.
- Integrating AI agents for transaction queries.
- Managing virtual and credit cards efficiently.
FAQ from Extend AI Toolkit?
- Can I use this toolkit without an Extend account?
No, you need an Extend account and API key to use the toolkit.
- Is there any cost associated with using the Extend AI Toolkit?
The toolkit is free to use, but you need to have an Extend account for API access.
- What programming language is required?
The toolkit requires Python version 3.10 or higher.
Server Config
{
"mcpServers": {
"extend-mcp": {
"command": "python",
"args": [
"-m",
"extend_ai_toolkit.modelcontextprotocol.main",
"--tools=all"
],
"env": {
"EXTEND_API_KEY": "apik_XXXX",
"EXTEND_API_SECRET": "XXXXX"
}
},
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"/path/to/receipts/folder"
]
}
}
}Project Info
Created At
a year agoUpdated At
a year agoAuthor Name
paywithextendStar
-Language
-License
-Category
research-and-data
Recommend Servers
View AllMcp Server Chatsum
@chatmcp
summarize chat message
typescript
a year ago
Tavily Mcp
@tavily-ai
JavaScript
a year ago
Filesystem
@modelcontextprotocol
2 months ago
AppSumo Docs MCP
@5h0ov
12 hours ago
Gelbooru
16 hours ago