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

크레딧 잔액 확인

무료

전략 아레나

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을 재시작하세요. *"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