SignalFuse MCP Server
signalfuse-mcp
MCP-Server für SignalFuse — Trading-Intelligence für KI-Agenten.
Fügt jedem MCP-kompatiblen Agenten 11 Tools hinzu: Richtungssignale, Stimmung, Makro-Regime, Strategy Arena, Websuche, Sandbox-Codeausführung und Kontoverwaltung.
Tools
# | Tool | Endpunkt | Beschreibung | Preis |
1 |
|
| Fusioniertes Richtungssignal | $0.010 |
2 |
|
| Alle Assets in einem Aufruf | $0.075 |
3 |
|
| Soziale Stimmung | $0.002 |
4 |
|
| Makro-Regime (Risk-on / Risk-off) | $0.001 |
5 |
|
| Live-Strategie-Rankings | KOSTENLOS |
6 |
|
| Strategiespezifisches Signal | $0.001 |
7 |
|
| Websuche via Brave | $0.008 |
8 |
|
| KI-gestützte Suche via Tavily | $0.012 |
9 |
|
| Sandbox-Codeausführung via E2B | $0.005 |
10 |
|
| Preisinformationen | KOSTENLOS |
11 |
|
| Guthabenprüfung | KOSTENLOS |
Strategy Arena
Vier Live-Strategien treten im Arena-Leaderboard direkt gegeneinander an:
EMA Breakout — Trendfolge bei Crossovern des exponentiellen gleitenden Durchschnitts
RSI Extremes — Momentum-Einstiege bei überkauften/überverkauften RSI-Werten
RSI Reversion — Mean-Reversion-Fades gegen RSI-Extreme
VWAP Reversion — Mean-Reversion-Einstiege um den volumengewichteten Durchschnittspreis
Verwenden Sie get_arena_leaderboard, um die Rankings zu sehen, und dann get_arena_signal, um ein Signal von einer beliebigen Strategie abzurufen.
Related MCP server: Signal8 MCP Server
Schnellstart
npx signalfuse-mcp@1.1.0Oder global installieren:
npm install -g signalfuse-mcpPython-Client (x402-Zahlungen integriert):
pip install signalfuseClaude Desktop Einrichtung
Fügen Sie dies zu ~/Library/Application Support/Claude/claude_desktop_config.json hinzu:
{
"mcpServers": {
"signalfuse": {
"command": "signalfuse-mcp"
}
}
}Starten Sie Claude Desktop neu. Fragen Sie: "What's the signal for BTC?" und es ruft SignalFuse automatisch auf.
Claude Code Einrichtung
Fügen Sie dies zu Ihrer .mcp.json im Projekt hinzu:
{
"signalfuse": {
"command": "signalfuse-mcp"
}
}Authentifizierung
Kostenlose Testversion — 5 Aufrufe, keine Registrierung:
curl -X POST https://api.signalfuse.co/v1/credits/trial \
-H "Content-Type: application/json" \
-d '{"wallet":"YOUR_ETH_ADDRESS"}'Übergeben Sie das zurückgegebene credit_token bei Tool-Aufrufen.
Bulk-Guthaben — Starter- (500 Aufrufe) und Pro-Pakete (5.000 Aufrufe) sind unter signalfuse.co erhältlich.
Links
Website: signalfuse.co
Haftungsausschluss
SignalFuse bietet eine Daten-Fusions-API, keine Finanzberatung. Signale sind mathematische Zusammensetzungen, die falsch sein können. Handeln Sie auf eigenes Risiko.
Lizenz
MIT
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
- AlicenseAqualityCmaintenanceProvides AI agents with real-time financial market intelligence including stock quotes, crypto data, technical analysis, and portfolio insights. Enables natural language queries for current prices, technical indicators, asset comparisons, and portfolio analysis.176MIT

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
SignalScopeofficial
AlicenseAqualityDmaintenanceProvides Cursor AI agents with direct access to stock breakout signals, including trending tickers, AI-generated reports, portfolio tracking, and watchlist management, all aggregated and scored from multiple sources.2213MIT- FlicenseAqualityDmaintenanceProvides AI assistants with real-time stock prices, financial statements, SEC filings, and analytical tools like DCF valuation and ratio analysis.14
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.
Build, backtest, and deploy quantitative trading strategies from your AI agent.
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/hypeprinter007-stack/signalfuse-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server