SignalFuse MCP Server
signalfuse-mcp
SignalFuse 的 MCP 服务器 — 为 AI 智能体提供交易情报。
为任何兼容 MCP 的智能体添加了 11 个工具:方向性信号、情绪、宏观环境、策略竞技场、网络搜索、沙盒代码执行和账户管理。
工具
# | 工具 | 端点 | 描述 | 价格 |
1 |
|
| 融合方向性信号 | $0.010 |
2 |
|
| 一次调用获取所有资产 | $0.075 |
3 |
|
| 社交情绪 | $0.002 |
4 |
|
| 宏观环境(风险偏好/风险厌恶) | $0.001 |
5 |
|
| 实时策略排名 | 免费 |
6 |
|
| 特定策略信号 | $0.001 |
7 |
|
| 通过 Brave 进行网络搜索 | $0.008 |
8 |
|
| 通过 Tavily 进行 AI 驱动搜索 | $0.012 |
9 |
|
| 通过 E2B 进行沙盒代码执行 | $0.005 |
10 |
|
| 定价信息 | 免费 |
11 |
|
| 积分余额查询 | 免费 |
策略竞技场
四个实时策略在竞技场排行榜上进行正面交锋:
EMA Breakout — 基于指数移动平均线交叉的趋势跟踪
RSI Extremes — 在 RSI 超买/超卖水平的动量入场
RSI Reversion — 针对 RSI 极值的均值回归
VWAP Reversion — 围绕成交量加权平均价的均值回归入场
使用 get_arena_leaderboard 查看排名,然后使用 get_arena_signal 获取任何策略的信号。
Related MCP server: Signal8 MCP Server
快速入门
npx signalfuse-mcp@1.1.0或全局安装:
npm install -g signalfuse-mcpPython 客户端(内置 x402 支付):
pip install signalfuseClaude Desktop 设置
添加到 ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"signalfuse": {
"command": "signalfuse-mcp"
}
}
}重启 Claude Desktop。询问:"What's the signal for BTC?",它会自动调用 SignalFuse。
Claude Code 设置
添加到项目的 .mcp.json 中:
{
"signalfuse": {
"command": "signalfuse-mcp"
}
}身份验证
免费试用 — 5 次调用,无需注册:
curl -X POST https://api.signalfuse.co/v1/credits/trial \
-H "Content-Type: application/json" \
-d '{"wallet":"YOUR_ETH_ADDRESS"}'在工具调用中传递返回的 credit_token。
批量积分 — 入门包(500 次调用)和专业包(5,000 次调用)可在 signalfuse.co 获取。
链接
免责声明
SignalFuse 提供数据融合 API,而非财务建议。信号是数学合成数据,可能存在错误。交易风险自负。
许可证
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