Developer Tools
x402card.org
Provides machine-readable contracts and listings for x402 card and Freeland eSIM plans, including wallet requirements and pricing.
ENDPOINT 1
https://api.x402card.org/mcp
MCP server metadata
- Name
- x402card
- Version
- 0.1.3
Use tools/list and tools/call to discover x402card virtual-card and Freeland eSIM contracts. This remote MCP cannot sign or pay.
Known tools 10
x402card.get_agent_contractReturn the complete machine-readable x402card API/agent contract.
Inferred read-onlyx402card.get_wallet_requirementsReturn signer-agnostic owner authentication, x402 payer, credential, and adapter requirements.
Inferred read-onlyx402card.get_configReturn public runtime config: network, USDC asset, receive address, fees, limits, and treasury mode.
Inferred read-onlyx402card.get_esim_contractReturn the Freeland eSIM catalog, direct x402 purchase, payer-ownership, fulfillment, and privacy contract.
Potential side effectsx402card.list_esim_plansList live Freeland prepaid travel eSIM plans and current Base USDC prices.
Inferred read-onlyx402card.get_esim_readinessReturn eSIM-only readiness without unrelated card-provider or treasury gates.
Inferred read-onlyx402card.get_install_commandReturn the shell install command and CLI discovery commands.
Potential side effectsx402card.get_payable_urlBuild the public payable x402 URL for an existing order id.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.x402card]
url = "https://api.x402card.org/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"x402card": {
"type": "http",
"url": "https://api.x402card.org/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: x402card
Remote MCP URL: https://api.x402card.org/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"x402card": {
"url": "https://api.x402card.org/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"x402card": {
"type": "http",
"url": "https://api.x402card.org/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "x402card",
"transport": "streamable-http",
"url": "https://api.x402card.org/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.