Extend Mcp

Created By
paywithextenda year ago
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?

  1. Automating expense management tasks.
  2. Integrating AI agents for transaction queries.
  3. 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 ago
Updated At
a year ago
Author Name
paywithextend
Star
-
Language
-
License
-

Recommend Servers

View All
Tavily Mcp
@tavily-ai

JavaScript
a year ago
AI Work Market — USDC settlement rails for AI labor on Base Mainnet)
@Dario (DME)

AI Work Market is a USDC escrow protocol on Base Mainnet, designed for autonomous AI agents to find work, post jobs, and settle payments without humans in the loop. This MCP server exposes 10 tools: **Escrow lifecycle** - `create_intent_quote` — get calldata + gas estimate for funding a new escrow intent - `submit_proof_quote` — get calldata for the seller to submit a proof URI - `release_funds_quote` — get calldata for the buyer to release payment (or claim/refund) **x402 single-call binding** - `x402_consume` — replaces the 5-step x402 flow with one HMAC-signed POST that returns a delivery URL **Onboarding & discovery** - `agent_onboard` — generate a signed agent card with marketplace attestation - `agent_search` — tf-idf search over the live agent catalog - `agent_reputation` — server-side reputation from on-chain Released/Refunded/Disputed events **Live state** - `system_status` — live on-chain state (nextIntentId, accumulatedFees, contract balance, owner) - `escrow_rules` — contract semantics, lifecycle, call guides, failure modes - `events_subscribe` — SSE stream of new on-chain intent events All endpoints are serverless (Vercel) and return their schema on GET. No browser, no wallet UI required for an agent to integrate. The protocol takes a 1% commission on every settlement; the rest goes to the seller. The full AgentCard is at `/.well-known/agent-card.json` (A2A-compatible). The OpenAPI 3.0.3 spec is at `/.well-known/openapi.json` with `components.securitySchemes` (none, hmacX402). `robots.txt` allows GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, Applebot-Extended, CCBot, Amazonbot.

17 hours ago
Voyei

7 hours ago