
Agent Fin
Agent Fin is a MCP server that provides finance and market data tools to agents through the biodnd SSE endpoint agent-fin.biodnd.com.
About
Agent Fin is a finance-oriented Model Context Protocol server from the biodnd go-agents stack, exposed as an SSE remote endpoint so coding agents can call market data tools without you wiring bespoke finance APIs in every repo. developers validating pricing tiers, drafting investor one-pagers, or prototyping trading-adjacent features often stall on finding a consistent data layer; Agent Fin centralizes that behind MCP so Claude Code or Cursor can fetch quotes and market context in the same thread as your codebase. It fits the Grow journey when you are interpreting numbers for lifecycle emails, dashboards, or roadmap bets rather than during initial UI scaffolding. Scope stays market-data tooling—compliance, execution, and brokerage integrations remain your responsibility—but the server reduces glue code for analytics-heavy agent sessions.
- Agent Fin remote SSE MCP at https://agent-fin.biodnd.com/sse
- Finance-focused tool surface for market data via biodnd go-agents fin subfolder
- Server version 0.1.2; lightweight add-on for fintech or pricing-aware side projects
- Pairs with other biodnd agent MCPs when research spans markets and IP
Agent Fin by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --transport sse agent-fin https://agent-fin.biodnd.com/sseAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Transport | SSE |
|---|---|
| Auth | None |
What it does
Pull market and finance data into agent workflows when modeling pricing, investor updates, or growth scenarios for a product.
Who is it for?
Best when you're adding finance or market-awareness to agents during Grow analytics work without maintaining custom market API wrappers.
Skip if: Production trading systems, regulated investment advice workflows, or teams that need deep fundamentals databases with SLAs not described in the public README.
What you get
After you connect the SSE remote MCP, agents can invoke documented market data tools while you build analytics-backed copy, models, and product decisions.
- Agent-callable market and finance data for prompts and docs
- Less custom API glue for growth and pricing experiments
- Consistent finance tool surface across biodnd agent projects
By the numbers
- Server version 0.1.2
- Remote transport: SSE at agent-fin.biodnd.com
- Source repository subfolder: go-agents/agents/fin
Recommended MCP Servers
How it compares
Remote finance market-data MCP, not a full Bloomberg terminal integration or a static CSV skill.
FAQ
Who is Agent Fin for?
Developers and agent users who want market data accessible from Claude Code or similar clients while working on pricing, fintech features, or growth narratives.
When should I use Agent Fin?
Use it in Grow analytics when you need live or cataloged market inputs for dashboards, investor updates, or agent-assisted financial research alongside your product.
How do I add Agent Fin to my agent?
Register the SSE remote URL https://agent-fin.biodnd.com/sse in your MCP client’s remote server settings, following your host’s SSE MCP configuration guide.