opendexter
OfficialSupports payment and settlement of USDC on the BNB Chain (BSC) for x402 API calls.
Facilitates payment and settlement of USDC on the Optimism blockchain for x402 API calls.
Enables payment and settlement of USDC on the Polygon blockchain for x402 API calls.
Allows payment and settlement of USDC on the Solana blockchain for API calls made through the x402 protocol.
Integrates Stripe PayTo as an alternative payment method for x402 paywalls, allowing API sellers to accept fiat payments via Stripe.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@opendextersearch for APIs that generate images"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Install
There are two ways to run OpenDexter. Hosted is the fastest: nothing to install, and the wallet is a session you fund with a QR code. Local runs the MCP server on your machine with a self-custodied wallet key.
Hosted (no install)
Add the hosted MCP server to any MCP client's config. There is nothing to
download; you pair and fund a session wallet at dexter.cash.
{
"mcpServers": {
"opendexter": {
"url": "https://open.dexter.cash/mcp"
}
}
}That is the whole setup. Skip to Fund your wallet.
Local (self-custody)
Runs @dexterai/opendexter on your machine; the wallet key lives in
~/.dexterai-mcp/wallet.json.
Claude Code. Install the plugin (skills, rules, agent, commands, and the MCP server). Do not also add the hosted or local server by hand. The plugin already includes it.
claude plugins marketplace add Dexter-DAO/opendexter-ide
claude plugins install opendexterCursor
npx @dexterai/opendexter install --client cursorAny other MCP client. The installer covers Codex, VS Code, Windsurf, and Gemini CLI:
npx @dexterai/opendexter install --client <codex|vscode|windsurf|gemini-cli>Or add the server to your client's MCP config by hand:
{
"mcpServers": {
"opendexter": {
"command": "npx",
"args": ["-y", "@dexterai/opendexter"]
}
}
}Fund your wallet
A paid call needs USDC. After install, fund whichever wallet you are using:
Hosted: pair the session at
dexter.cashand fund it with the QR code.Local: send USDC (Solana or Base) to the address printed during install, or run the
card_issuetool to set up a Dextercard and fund calls from that.
Your agent can call x402_wallet at any time to show the address and
current balance.
What This Plugin Does
This plugin ships with a real MCP server that gives your agent live tools for searching, paying for, and calling paid APIs. On top of that, it has deep SDK knowledge so the agent can help you build x402 payments into your own projects.
After installing, your agent can immediately:
Search the Dexter Marketplace for any paid API (image generation, DeFi, analytics, AI, games — thousands of endpoints)
Check what an API costs before paying
Pay and call any x402 API with automatic USDC settlement
Help you build x402 clients, servers, React apps, Stripe integrations, and access passes
What is x402?
x402 is an open protocol for machine-to-machine payments over HTTP. When an API returns 402 Payment Required, it includes payment instructions. The client pays (USDC on Solana, Base, or other chains), and the API delivers the response. No API keys, no subscriptions, no invoices.
Dexter operates the most-used x402 facilitator at https://x402.dexter.cash, processing millions of settlements across thousands of indexed endpoints from every major x402 facilitator — Dexter, Coinbase, PayAI, and more.
Plugin Contents
MCP Server — @dexterai/opendexter
Seven tools cover everything:
Tool | Description |
| Semantic capability search over thousands of paid APIs. Returns tiered results (strong + related matches) ranked by quality, usage, and reputation. |
| Preview pricing per chain without spending anything. See exactly what an API costs before committing. |
| Call any x402 API with automatic USDC payment. Signs, pays, retries — returns the response directly with an on-chain settlement receipt. |
| Alias for |
| Access identity-gated endpoints with wallet proof (Sign-In-With-X). |
| Show wallet address, USDC/SOL balances, and deposit instructions. |
| Read or update your per-call spending limit. |
Two wallets are auto-created at ~/.dexterai-mcp/wallet.json on first run — one Solana, one EVM. Fund either address with USDC and your agent can start paying for APIs immediately.
Skills (6)
Deep knowledge the agent invokes when relevant:
Skill | What it teaches |
opendexter | How to use the x402 tools: search → check → fetch workflow, quality scores, funding flows, error recovery |
x402-client | Build x402 clients: |
x402-server | Add x402 paywalls: |
x402-react | React hooks: |
x402-protocol | v2 spec: core types, payment flow, 3 schemes (exact, upto, bridge), HTTP/MCP/A2A transports, all CAIP-2 networks, error codes |
x402-debugging | Diagnose failures: 27 SDK error codes, facilitator health, fee payer safety, retry support, pre-payment callbacks |
Rules (2, always-on)
Injected into every conversation so the agent always knows the fundamentals:
x402-protocol — CAIP-2 network identifiers, header conventions, atomic units, facilitator URL, supported chains
x402-coding — Import from subpaths (
@dexterai/x402/client), preferwrapFetch()for agents,x402Middleware()for servers
Agent
x402-engineer — Specialized persona that knows the full Dexter x402 stack. Validates amounts and balances before payment, never exposes private keys, reaches for
x402_searchwhenever a user mentions paid APIs.
Commands (3)
Command | What it does |
setup-opendexter | Install the OpenDexter MCP server into Cursor, Claude Code, Codex, VS Code, Windsurf, or Gemini CLI. |
setup-x402-client | Add |
setup-x402-server | Add |
Supported Chains
Chain | Network ID (CAIP-2) | Gas Token |
Solana |
| SOL |
Base |
| ETH |
Polygon |
| POL |
Arbitrum |
| ETH |
Optimism |
| ETH |
Avalanche |
| AVAX |
BSC (BNB Chain) |
| BNB |
SKALE Base |
| sFUEL (free) |
Links
Dexter Marketplace — Browse thousands of paid APIs
Dexter Facilitator — Payment infrastructure
@dexterai/x402 SDK — Build x402 clients and servers
@dexterai/opendexter — MCP gateway for AI agents
x402 Protocol Spec — The open standard
Become a Seller — List your API on the marketplace
License
MIT
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Dexter-DAO/opendexter-ide'
If you have feedback or need assistance with the MCP directory API, please join our Discord server