cite-finance
Cite-Finance API
Production-grade financial data API with AI-powered synthesis
Overview
Cite-Finance provides SEC EDGAR data, market data, and financial calculations through a clean REST API with built-in AI synthesis capabilities.
Related MCP server: Signal8 MCP Server
What Makes Cite-Finance Different
ā Zero Hallucination
Pure structured JSON responses - no LLM inference, no made-up numbers.
ā” Lightning Fast
Sub-300ms p95 latency with 99.9% SLA (Pro tier).
š Consistency Scores
Cross-source validation gives you a 0-1 confidence metric on every response.
š SEC Citations
Every data point includes direct links to source filings - perfect for compliance.
š¤ LLM-Ready Format
format=llm option returns prompt-ready text snippets with metadata.
š”ļø Production Grade
Sentry monitoring, Stripe billing, Redis caching, full observability.
Architecture
cite-finance-api/
āāā src/
ā āāā api/ # API routes (FastAPI)
ā āāā core/ # Business logic (calculations, metrics)
ā āāā data_sources/ # Plugin-based data source adapters
ā āāā auth/ # API key management
ā āāā billing/ # Stripe integration, usage tracking
ā āāā middleware/ # Rate limiting, auth
ā āāā models/ # Pydantic models
ā āāā utils/ # Shared utilities
āāā tests/ # Test suite
āāā docs/ # API documentation
āāā config/ # Configuration filesQuick Start
Installation
pip install -r requirements.txtConfiguration
cp .env.example .env
# Edit .env with your API keysRun
uvicorn src.main:app --reloadAPI Documentation
Once running, visit: http://localhost:8000/docs
Pricing
Tier | Price | Calls/Month | Key Features |
Free | $0 | 50 | Basic metrics, testing |
Starter | $49 | 2,000 | LLM answers, citations, consistency |
Professional | $199 | 10,000 | All features, 99.9% SLA |
Enterprise | $999 | Unlimited | Custom metrics, dedicated support |
Quick Start
1. Get Your API Key
curl -X POST https://api.cite-finance.io/api/v1/auth/register \
-H "Content-Type: application/json" \
-d '{"email": "you@company.com"}'2. Make Your First Request
curl -H "X-API-Key: your_key" \
"https://api.cite-finance.io/api/v1/answers?ticker=AAPL&metric=revenue_ttm&format=json"3. Get Structured, Cited Data
{
"ticker": "AAPL",
"metric": "revenue_ttm",
"value": 383285000000,
"unit": "USD",
"period": "TTM",
"as_of": "2024-09-30",
"sources": [
{
"type": "sec_filing",
"filing": "10-K",
"url": "https://www.sec.gov/...",
"excerpt": "Total net sales: $383,285 million"
}
],
"consistency_score": 0.96,
"retrieved_at": "2025-11-24T12:00:00Z"
}Key Benefits:
ā Structured JSON (no hallucination)
ā SEC citations with URLs
ā 96% consistency score
ā Sub-300ms response time
Use Cases
AI Chatbots: Financial Q&A with verified sources
Trading Bots: High-confidence data for algorithmic trading
Dashboards: Real-time financial metrics with citations
Research Tools: Compliance-ready data with SEC links
Documentation
Built For
LLM-first financial applications that need:
Structured data (no hallucination)
Verified sources (SEC citations)
High confidence (consistency scores)
Production speed (<300ms)
Ready to launch? See DEPLOYMENT_CHECKLIST.md
License
Proprietary - All Rights Reserved
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceProvides access to SEC EDGAR financial data, enabling AI agents to fetch company filings, financial metrics, and narrative sections. It supports natural-language metric searching and extracts structured data from 10-K, 10-Q, and 8-K reports.6MIT

Signal8 MCP Serverofficial
AlicenseAqualityDmaintenanceProvides AI agents with direct access to SEC filing intelligence, company fundamentals, dilution risk scoring, and cross-company analytics for financial research.871791MIT- AlicenseAqualityDmaintenanceEnables AI agents to access SEC EDGAR filings, US Treasury rates, BLS labor statistics, and economic indicators without API keys.612MIT

ROIC.ai Financial Data MCPofficial
AlicenseAqualityBmaintenanceEnables AI assistants to access stock prices, financial statements, earnings call transcripts, and fundamental data for 60,000+ public companies via 25 read-only tools.252MIT
Related MCP Connectors
The financial MCP for AI agents - 90+ financial tables, SEC filings, signals, alt-data.
Real SEC, 13F, insider, congress & macro data your AI agent can cite. Hosted MCP, 24 tools.
SEC EDGAR financial data for AI agents ā revenue, margins, filings, company comparisons.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Spectating101/cite-finance-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server