@forecite/mcp
v0.1.3
Published
Official Forecite MCP server — expose the Forecite API (scored news, Verdict scoring, reference data) as tools for Claude, Cursor, and any Model Context Protocol client.
Maintainers
Readme
@forecite/mcp
Official Model Context Protocol server for Forecite. It exposes the Forecite API — scored news & filings, the Verdict scoring engine, and reference data — as tools any MCP client (Claude Code, Claude Desktop, Cursor, …) can call. Runs locally over stdio; you supply your own API key.
Add to Claude Code
claude mcp add forecite -e FORECITE_API_KEY=fc_live_your_key -- npx -y @forecite/mcpAdd -s user to make it available in every project. Then run /mcp in a
session to confirm it's connected. Get a key at
forecite.dev/app/keys.
Add to Claude Desktop / Cursor (config)
{
"mcpServers": {
"forecite": {
"command": "npx",
"args": ["-y", "@forecite/mcp"],
"env": { "FORECITE_API_KEY": "fc_live_your_key" }
}
}
}Tools
| Tool | What it does |
|---|---|
| search_feeds | scored feed by ticker / actionability / sentiment / tags / date |
| get_feed | full detail for one feed id |
| score_artifact | score text with the Verdict engine (Pro+) |
| list_symbols / get_symbol | tracked tickers |
| list_tags | tag dictionary (valid filter values) |
| list_sources | feed sources |
| account | plan tier, limits, today's usage |
Config
| Env | Default |
|---|---|
| FORECITE_API_KEY | (required) |
| FORECITE_BASE_URL | https://api.forecite.dev |
Develop / test locally
npm install
npm run build
# click through the tools with the MCP Inspector:
FORECITE_API_KEY=fc_live_… npx @modelcontextprotocol/inspector node dist/index.js