API Tools
glide.co
An MCP server for Glide that lets agents create accounts, check bank verification status, retrieve US bank/USDC funding details, and obtain Base and Solana wallet addresses with x402 payment endpoints.
ENDPOINT 1
https://glide.co/api/connector/mcp
MCP server metadata
- Name
- glide-banking-connector
- Version
- 1.1.0
Give anyone in the world a crypto wallet and a US bank account, from this conversation. create_account is instant and returns Base and Solana wallets that can receive USDC and be paid over x402 straight away — no verification, no fee. If the person also wants bank rails (a US account, USD, EUR, multi-currency), the same call returns a verification link, usually approved in about two minutes; after that get_funding_details returns the account and routing numbers. On and off ramps are free.
Known tools 4
check_statusWhere the person is in bank verification: awaiting_verification, in_review, approved or declined.
Inferred read-onlyget_funding_detailsThe US bank account — account number and routing number — plus the USDC address on Base.
Inferred read-onlyget_walletsThe person's Base and Solana wallet addresses, plus the x402 endpoint on each chain that lets any agent pay them in USDC.
Potential side effectsCONNECT 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.glide-banking-connector]
url = "https://glide.co/api/connector/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"glide-banking-connector": {
"type": "http",
"url": "https://glide.co/api/connector/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: glide-banking-connector
Remote MCP URL: https://glide.co/api/connector/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": {
"glide-banking-connector": {
"url": "https://glide.co/api/connector/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"glide-banking-connector": {
"type": "http",
"url": "https://glide.co/api/connector/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "glide-banking-connector",
"transport": "streamable-http",
"url": "https://glide.co/api/connector/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.