Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent endpoint
CONNECT 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.protocolbanks-com]
url = "https://www.protocolbanks.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"protocolbanks-com": {
"type": "http",
"url": "https://www.protocolbanks.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: protocolbanks-com
Remote MCP URL: https://www.protocolbanks.com/api/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": {
"protocolbanks-com": {
"url": "https://www.protocolbanks.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"protocolbanks-com": {
"type": "http",
"url": "https://www.protocolbanks.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "protocolbanks-com",
"transport": "streamable-http",
"url": "https://www.protocolbanks.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_supported_tokens— List all supported tokens and networks.get_payment_quote— Get a fee estimate for a payment.estimate_gas— Estimate gas cost for an ERC-20 transfer on a specific chain.compare_chain_fees— Compare transfer fees across all supported chains to find the cheapest.create_payment— Create a new payment (auth required).list_payments— List recent payments (auth required).execute_payment— Execute an on-chain payment autonomously (auth required).create_invoice— Create an invoice (auth required).