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

1回の呼び出しですべての資産を取得

$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

クレジット残高確認

無料

戦略アリーナ

4つのライブ戦略がアリーナのリーダーボードで直接対決します:

  • 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