Synth MCP
Access financial data like stock prices, currency info, and insider trading data using the Synth Finance API.
Synth MCP
A remote MCP (Model Context Protocol) server that provides AI assistants with access to the Synth Finance API. This server enables Claude Desktop and other MCP-compatible clients to access financial data, currency information, stock prices, insider trading data, and more through natural language queries.
Features
- 🏦 Transaction Enrichment: Decode cryptic bank transactions into clear merchant information with logos, locations, and categories
- 💱 Currency Exchange Rates: Access real-time and historical exchange rates for all major currencies
- 📈 Stock Market Data: Search tickers and retrieve historical OHLC price data
- 👔 Insider Trading Data: Access comprehensive SEC Form 4 filings and executive trading activity
- 👤 User Account Info: Check API usage, credits remaining, and account details
Quick Start
For Users
Simply add this to your Claude Desktop configuration:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"synth": {
"url": "https://mcp.synthfinance.com/sse",
"transport": "sse",
"headers": {
"Authorization": "Bearer YOUR_SYNTH_API_KEY"
}
}
}
}
Get your API key at synthfinance.com.
Available Tools
💳 enrichTransaction
Decode cryptic bank and credit card transactions into meaningful merchant information.
Example queries:
- "What is this charge: SQ *COFFEE SHOP 4155551234"
- "Decode TST* MERCHANT NAME 123"
- "Identify this transaction: WM SUPERCENTER #1234"
💵 getLiveRates
Get real-time currency exchange rates (updated every 60 seconds).
Example queries:
- "What's the current USD to EUR exchange rate?"
- "Convert 100 dollars to euros"
- "Get live forex rates for major currencies"
📊 getHistoricalRates
Get historical exchange rates for any past date.
Example queries:
- "What was the USD to EUR rate on January 1, 2023?"
- "Get exchange rates from last month"
- "Historical EUR/USD rate for tax purposes"
🔍 searchTickers
Search for stock tickers by company name or symbol.
Example queries:
- "Find ticker for Apple"
- "What's the stock symbol for Microsoft?"
- "Search for renewable energy stocks"
📈 getOpenClosePrices
Get historical stock price data (OHLC) for any date range.
Example queries:
- "Get AAPL stock prices for January 2024"
- "Show me Tesla's price history for last quarter"
- "OHLC data for NVDA from 2023"
👔 getInsiderTrades
Access insider trading activity and SEC Form 4 filings.
Example queries:
- "Show insider trades for AAPL"
- "Recent insider activity for Tesla"
- "Which executives are buying MSFT?"
👤 getUserInfo
Get your Synth account information and API usage.
Example queries:
- "Show my account information"
- "How many API credits do I have left?"
- "Check my API usage"
Enhanced Tool Discovery
This MCP server includes extensive keyword optimization to ensure tools are triggered appropriately. Each tool responds to hundreds of related terms and natural language patterns, making it more likely that your queries will use the Synth API rather than web search.
Self-Hosting
Deploy to Railway (Recommended)
-
Push to GitHub:
git init git add . git commit -m "Initial commit" git remote add origin https://github.com/yourusername/synth-mcp.git git push -u origin main -
Deploy on Railway:
- Go to railway.app
- Click "New Project" → "Deploy from GitHub"
- Select your repository
- Railway automatically deploys!
-
Add Custom Domain:
- In Railway: Settings → Networking → Add your domain
- In your DNS: Add CNAME record pointing to Railway
Deploy with Docker
docker build -t synth-mcp .
docker run -p 3000:3000 synth-mcp
Deploy to Heroku
heroku create your-synth-mcp
git push heroku main
API Endpoints
GET /health- Health check endpointGET /sse- SSE endpoint for MCP communicationPOST /message- Message handling endpoint
Security
- API keys are passed through headers and never stored on the server
- Each user provides their own Synth API key
- Always use HTTPS in production
- CORS is configured for secure cross-origin access
Development
# Install dependencies
npm install
# Run in development mode
npm run dev
# Build for production
npm run build
# Start production server
npm start
Environment Variables
PORT- Server port (default: 3000, automatically set by most hosting platforms)
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
ISC
Support
- Synth API Documentation: docs.synthfinance.com
- Get API Key: synthfinance.com
- MCP Documentation: modelcontextprotocol.io
Built with ❤️ by Synth Finance
相關伺服器
Scout Monitoring MCP
贊助Put performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
贊助Access financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
repomemory
Persistent, structured memory for AI coding agents. Your repo never forgets.
Rails Active MCP
A Ruby gem providing secure Rails console access through MCP for AI agents and development tools.
Context Portal MCP (ConPort)
A server for managing structured project context using SQLite, with support for vector embeddings for semantic search and Retrieval Augmented Generation (RAG).
Remote MCP Server Chatbot
A demonstration of deploying a remote MCP server on Cloudflare Workers without authentication.
InsForge MCP Server
InsForge is a backend development platform designed for agentic coding.
MCP Inspector
A developer tool for testing and debugging MCP servers.
ITerm MCP Server
An MCP server for iTerm2, enabling AI assistants to interact with the terminal.
AWS Nova Canvas
Generate images using Amazon Nova Canvas with text prompts and color guidance.
Advent of Code MCP Server
Interact with the Advent of Code website. Requires a session cookie for authentication.
depwire
Code dependency graph and AI context engine. 10 MCP tools that give Claude, Cursor, and any MCP client full codebase context — impact analysis, dependency tracing, architecture summaries, and interactive arc diagram visualization. Supports TypeScript, JavaScript, Python, and Go.