PluginBench
MCP Server

com.biodnd/agent-fin MCP Server

com.biodnd/agent-fin

What is the com.biodnd/agent-fin MCP server?

Agent Fin: finance MCP server with market data tools

How to install com.biodnd/agent-fin

Copy-paste configuration for popular MCP clients.

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

Related MCP servers

Agent IP: MCP server with patents search tools

View repository →

Agent Press: news MCP server streaming company headlines

View repository →