Skip to main content
Glama

signalfuse-mcp

SignalFuse 的 MCP 服务器 — 为 AI 智能体提供交易情报。

为任何兼容 MCP 的智能体添加了 11 个工具:方向性信号、情绪、宏观环境、策略竞技场、网络搜索、沙盒代码执行和账户管理。

工具

#

工具

端点

描述

价格

1

get_signal

GET /v1/signal/{symbol}

融合方向性信号

$0.010

2

get_signal_batch

GET /v1/signal/batch

一次调用获取所有资产

$0.075

3

get_sentiment

GET /v1/sentiment/{symbol}

社交情绪

$0.002

4

get_regime

GET /v1/regime

宏观环境(风险偏好/风险厌恶)

$0.001

5

get_arena_leaderboard

GET /v1/arena/leaderboard

实时策略排名

免费

6

get_arena_signal

GET /v1/arena/{strategy_id}/{symbol}

特定策略信号

$0.001

7

search_brave

GET /v1/gateway/search/brave

通过 Brave 进行网络搜索

$0.008

8

search_tavily

POST /v1/gateway/search/tavily

通过 Tavily 进行 AI 驱动搜索

$0.012

9

execute_code

POST /v1/gateway/execute/e2b

通过 E2B 进行沙盒代码执行

$0.005

10

get_pricing

GET /v1/pricing

定价信息

免费

11

check_balance

GET /v1/credits/balance

积分余额查询

免费

策略竞技场

四个实时策略在竞技场排行榜上进行正面交锋:

  • 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-mcp

Python 客户端(内置 x402 支付):

pip install signalfuse

Claude 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

A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
7hResponse time
0dRelease cycle
4Releases (12mo)
Commit activity
Issues opened vs closed

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

  • A
    license
    A
    quality
    C
    maintenance
    Provides 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.
    17
    6
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Provides 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.
    22
    13
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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