mcpbeat Sign in

Vanoe Intelligence MCP Server

local only

Vanoe Intelligence MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 18 Sep 2026.

Stock verdicts, trend stage, P&F, breadth, macro regime, SEC filings. Free key: api.vanoe.ai/signup

Installs / week
pypi · vanoe-intelligence-mcp
0
Stars
0 open issues
18 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Vanoe Intelligence MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add vanoe-intelligence-mcp -- uvx vanoe-intelligence-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "vanoe-intelligence-mcp": {
      "args": [
        "vanoe-intelligence-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.vanoe-intelligence-mcp]
command = "uvx"
args = ["vanoe-intelligence-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "vanoe-intelligence-mcp": {
      "args": [
        "vanoe-intelligence-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "vanoe-intelligence-mcp": {
      "args": [
        "vanoe-intelligence-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: VANOE_API_KEY (Your Vanoe Market Intelligence API key (free at https://api.vanoe.ai/signup)), VANOE_API_BASE_URL (API base URL; only override for a self-hosted or local instance). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Vanoe Intelligence MCP

same job, measured the same way
Vanoe Intelligence MCP
by peeroren

Stock verdicts, trend stage, P&F, breadth, macro regime, SEC filings. Free key: api.vanoe.ai/signup

local only
Finance MCP
by adityasbisht

Live stock, crypto, SEC filings, FX and macro data for LLM agents. No API keys.

local only
Finance MCP
by adididitagain

Live stock, crypto, SEC filings, insider trades, FX and macro data for LLM agents.

79 installs/wk local only
Coil Scanner
by coil

Stock market trading signals: regime, ranked buy list, stock + sector reads. Free tier + x402 live.

46 tools answering
Stocklake — AI Stock Intelligence
by stocklake

AI stock intelligence: prices, fundamentals, technicals, news, macro regime, and sector signals.

19 tools answering
Alphadesk Terminal
by vigneshv1cky

Read-only market data, SEC filings and financial statements, on your own vendor keys.

local only
I
Stockfacts
by aaazzzr

US stock market data for AI agents: SEC filings, financials, insider trades, 13F, options, macro.

answering
Boothcheck
by boothcheck

What a stock price is betting on: implied growth, duration, and margin, read from SEC filings.

6 tools answering

Vanoe Intelligence MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Vanoe Intelligence MCP?
Vanoe Intelligence MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package vanoe-intelligence-mcp.
How do I connect Vanoe Intelligence MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls vanoe-intelligence-mcp straight from pypi; nothing to host, nothing to sign up for.
Is Vanoe Intelligence MCP open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.