RPC gateway for agents: six mainnets, measured failover, a key without signup, pay per call in USDC.
claude mcp add gateway --transport http https://flexyield.io/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"gateway": {
"url": "https://flexyield.io/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"gateway": {
"serverUrl": "https://flexyield.io/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"gateway": {
"type": "http",
"url": "https://flexyield.io/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"gateway": {
"url": "https://flexyield.io/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"gateway": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://flexyield.io/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://flexyield.io/mcp |
Authorization: •••••• (required)
|
| 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