PluginBench
MCP Server
Active

AgentFeed MCP Server

io.github.seekdaseek/agentfeed

What is the AgentFeed MCP server?

AgentFeed: 47 tools — our own liquidation tape + tokenized-equity peg data, paid in USDC.

How to install AgentFeed

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "agentfeed": {
      "url": "https://x402.ochinimus.app/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "agentfeed": {
      "serverUrl": "https://x402.ochinimus.app/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "agentfeed": {
      "type": "http",
      "url": "https://x402.ochinimus.app/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "agentfeed": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://x402.ochinimus.app/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http agentfeed https://x402.ochinimus.app/mcp

Related MCP servers

Cross-exchange liquidation tape, paid per call in USDC on Algorand. Free catalog, no key needed.

0
JavaScript
MIT
View repository →