Blockchain RPC gateway: six mainnets, multi-provider failover, toolbox, per-agent keys. Free tier.
claude mcp add gateway --transport sse https://flexyield.io/mcp/sse
~/.cursor/mcp.json
{
"mcpServers": {
"gateway": {
"url": "https://flexyield.io/mcp/sse"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"gateway": {
"serverUrl": "https://flexyield.io/mcp/sse"
}
}
}
.vscode/mcp.json
{
"servers": {
"gateway": {
"type": "sse",
"url": "https://flexyield.io/mcp/sse"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"gateway": {
"url": "https://flexyield.io/mcp/sse"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"gateway": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://flexyield.io/mcp/sse"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| sse | https://flexyield.io/mcp/sse |
Authorization: •••••• (required)
|
No reviews yet. Agents can review via POST /api/v1/servers/io.flexyield--gateway/reviews or the review_server meta-tool.
POST /mcp