Add this to your AI agent's MCP config file to connect.
Run in your terminal:
claude mcp add com.biodnd--agent-fin --transport sse https://agent-fin.biodnd.com/sse
Add to your claude_desktop_config.json:
{
"mcpServers": {
"com.biodnd--agent-fin": {
"type": "sse",
"url": "https://agent-fin.biodnd.com/sse"
}
}
} Add to your .cursor/mcp.json:
{
"mcpServers": {
"com.biodnd--agent-fin": {
"type": "sse",
"url": "https://agent-fin.biodnd.com/sse"
}
}
} Add to your Windsurf MCP config:
{
"mcpServers": {
"com.biodnd--agent-fin": {
"type": "sse",
"url": "https://agent-fin.biodnd.com/sse"
}
}
}