Market Intel MCP
https://market-intel-mcp.greenfield1775.workers.dev/mcpskills: {'id': 'crypto_price', 'name': 'crypto_price', 'description': "Current USD price for one or more cryptocurrencies, by symbol (e.g. BTC,ETH,SOL), via Coinbase. Use for crypto research, portfolio checks, or answering 'what's X trading at?'.", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'crypto_market', 'name': 'crypto_market', 'description': 'Snapshot of major cryptocurrencies with current USD prices, via Coinbase. Use for market overviews and screening.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'fx_convert', 'name': 'fx_convert', 'description': 'Convert an amount between two currencies at the latest ECB reference rate via Frankfurter. Use for currency conversion and pricing.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'fx_rates', 'name': 'fx_rates', 'description': 'Latest foreign-exchange rates for a base currency (ECB data via Frankfurter). Returns rates for all or selected target currencies.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'stock_quote', 'name': 'stock_quote', 'description': 'Latest quote for a stock, ETF, or index via Yahoo Finance. Returns price, previous close, day high/low, and volume. Symbols: US tickers like AAPL, MSFT; indices like ^SPX. Use for equity research.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 51.1ms; conformance: pass
How to connect
https://market-intel-mcp.greenfield1775.workers.dev/mcp
curl -X POST https://market-intel-mcp.greenfield1775.workers.dev/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'