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