
Finance
Give your coding agent live stock quotes, crypto prices, and portfolio context while you build fintech features or validate market assumptions.
Overview
io.github.cybeleri/finance is a MCP server for the Build phase that wires stock quotes, crypto prices, portfolio tracking, and market analysis into your agent over stdio.
What is this MCP server?
- Stdio npm MCP server (finance-mcp-server) for Claude Code, Cursor, and other MCP clients
- Stock quotes, crypto prices, portfolio tracking, and market analysis tools in one registry package
- Lets agents answer pricing and market questions without you hand-copying tickers into the chat
- Version 1.0.1 with MCP 2025-12-11 server schema registration on GitHub (cybeleri/finance-mcp-server)
- Registry package identifier: finance-mcp-server on npm at version 1.0.1
- Transport: stdio per MCP server.schema.json 2025-12-11
- Source repository: github.com/cybeleri/finance-mcp-server
What problem does it solve?
You want market and portfolio facts inside the same session where you write code, but hopping between finance sites breaks flow and invites stale copy-paste into prompts.
Who is it for?
Indie builders prototyping fintech UI, pricing pages tied to real benchmarks, or agent workflows that need quick quote and crypto lookups on demand.
Skip if: Teams that need audited brokerage execution, regulated investment advice, or enterprise market-data contracts instead of a lightweight dev-time MCP bridge.
What do I get? / Deliverables
After you register the npm MCP server, your agent can call finance tools directly so specs and integrations stay aligned with live market data.
- Registered stdio MCP server exposing finance-oriented tools to your agent
- Agent-accessible stock, crypto, portfolio, and market-analysis calls during development
- Repeatable local setup documented via the GitHub finance-mcp-server registry metadata
Recommended MCP Servers
Journey fit
Canonical shelf is Build because the server is installed to connect an agent to external market data during product work, not to run a one-off research doc outside the repo. Integrations is the right subphase: it is an MCP bridge to third-party financial feeds rather than a standalone analytics dashboard or launch tactic.
How it compares
MCP market-data integration, not a hosted portfolio app or a Claude skill for business planning.
Common Questions / FAQ
Who is io.github.cybeleri/finance for?
Solo builders and small teams using MCP-enabled coding agents who want stocks, crypto, and portfolio context while building or iterating on finance-related product code.
When should I use io.github.cybeleri/finance?
Use it during Build when you are integrating or validating features that depend on live quotes, crypto prices, or simple market analysis inside your agent session.
How do I add io.github.cybeleri/finance to my agent?
Add the npm package finance-mcp-server (stdio transport) to your MCP client config—for example Claude Code or Cursor—pointing at the published server entry from the cybeleri/finance-mcp-server repository.