AIGroup Finnhub MCP

v0.1.1

Use Finnhub-backed market intelligence through the `aigroup-finnhub-mcp` server for stock, crypto, forex, calendar, news, sentiment, filing, ownership, analy...

0· 199·0 current·0 all-time
byjackdark@jackdark425

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for jackdark425/aigroup-finnhub-mcp.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "AIGroup Finnhub MCP" (jackdark425/aigroup-finnhub-mcp) from ClawHub.
Skill page: https://clawhub.ai/jackdark425/aigroup-finnhub-mcp
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install aigroup-finnhub-mcp

ClawHub CLI

Package manager switcher

npx clawhub@latest install aigroup-finnhub-mcp
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the SKILL.md and references: the skill's job is to route ticker/market queries to an MCP server exposing Finnhub-backed capabilities. It does not request unrelated credentials or binaries. The only external dependency is the named MCP server (aigroup-finnhub-mcp), which is coherent for this purpose.
Instruction Scope
SKILL.md only instructs the agent how to route queries to specific Finnhub capability groups, how to choose date ranges, and how to summarize signal quality. It does not ask the agent to read arbitrary host files, environment variables, or post data to third-party endpoints outside the MCP server.
Install Mechanism
There is no install spec (instruction-only), which is low risk. The references mention a local launch pattern ('npx aigroup-finnhub-mcp'), but the skill itself does not include an installer or fetch behavior; if a user decides to run 'npx' to launch the MCP locally, that would pull code from npm and should be validated separately.
Credentials
The skill requests no environment variables or credentials. This is reasonable because it delegates Finnhub access to an external MCP server; however, it means the MCP server must hold any Finnhub API keys. Users should confirm where those credentials reside and who controls that server.
Persistence & Privilege
The skill is not always-enabled and does not request elevated or persistent system privileges. agents/openai.yaml allows implicit invocation (normal for skills) but does not modify other skills or system settings.
Assessment
This skill is a router/manual for a separate MCP service and appears coherent. Before installing or invoking it: (1) confirm you trust the 'aigroup-finnhub-mcp' server and review its repository (the homepage link) to see where Finnhub API keys are stored; (2) avoid running 'npx aigroup-finnhub-mcp' from an untrusted environment without inspecting the package source first (npx will fetch code from npm); (3) if you require isolation, run the MCP in a sandbox or on infrastructure you control; (4) if you want the agent to never call this skill autonomously, restrict implicit invocation in agent policy. If you need further verification, provide the MCP server code or the npm package contents for review.

Like a lobster shell, security has layers — review code before you run it.

latestvk97d2426ste459r93cdmcf050x83fdne
199downloads
0stars
2versions
Updated 1mo ago
v0.1.1
MIT-0

Finnhub MCP

Route event-driven, news-led, filing, sentiment, crypto, and FX work to aigroup-finnhub-mcp.

Route

  1. Identify the asset class first:
    • equities and company events
    • crypto
    • forex
    • market calendars or holidays
  2. Choose the narrowest Finnhub capability that fits:
    • finnhub_stock_market_data for quote, profile, candles, or earnings surprise context
    • finnhub_news_sentiment for news, article sentiment, or insider sentiment
    • finnhub_sec_filings for filings and filing sentiment
    • finnhub_stock_estimates or finnhub_market_events for analyst and event context
    • finnhub_stock_ownership for insider, congress, and institutional data
    • finnhub_technical_analysis for aggregate signals or indicators
    • finnhub_crypto_data and finnhub_forex_data for non-equity assets
  3. Use date ranges deliberately. Finnhub has many time-bounded endpoints, so specify from and to when freshness matters.
  4. Summarize signal quality, not just raw output. Call out whether a finding is based on news flow, filings, analyst revisions, or technicals.

Common Jobs

  • Build a recent-news and sentiment brief for a ticker.
  • Check SEC filings, filing sentiment, or filing similarity.
  • Review insider activity, institutional ownership, or congress trading.
  • Pull crypto or forex quotes and short candle history.
  • Compare technical aggregate signals with the latest fundamental or news backdrop.
  • Fetch earnings, economic, IPO, or FDA calendar context.

References

  • Read capabilities.md for the exposed Finnhub tool groups and suggested routing.

Comments

Loading comments...