mcpbeat

Data Aggregator MCP Server

local only

Data Aggregator MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 5 installs a week from npm.

Unified data server: stocks, crypto, news, weather, web scraping, FX rates in one MCP

5
Installs / week
npm · data-aggregator-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

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 data-aggregator-mcp -- npx -y data-aggregator-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "data-aggregator-mcp": {
      "args": [
        "-y",
        "data-aggregator-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.data-aggregator-mcp]
command = "npx"
args = ["-y", "data-aggregator-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "data-aggregator-mcp": {
      "args": [
        "-y",
        "data-aggregator-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "data-aggregator-mcp": {
      "args": [
        "-y",
        "data-aggregator-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Data Aggregator MCP

same job, measured the same way
Inferventis — Financial Data, News & Web MCP
by jonathanpchapman

Live financial data MCP: FX, crypto, stocks, news, URL reader. x402 on Base: $0.001/call.

20 tools answering
Coingecko MCP Server
by friendlygeorge

MCP server for CoinGecko cryptocurrency data API

60 installs/wk local only
Openmm MCP
by adacapo21

AI-native crypto trading MCP server — market data, orders, grid strategies & DeFi

79 installs/wk local only
C
Finance MCP Server
by thenextgennexus

Stocks, crypto, FX, and portfolio math in one tool — no per-source API juggling.

5 tools answering
GroundAPI
by qingkongzhiqian

Real-time data API for AI Agents: stocks, weather, forex, logistics, search, scrape, news, IP.

answering
AkTools MCP Server
by aahl

MCP Server for stock and crypto

469 installs/wk local only
I
Crypto Bytes
by mickymultani

Crypto Bytes MCP Server

64 installs/wk local only
Finance
by cybeleri

Financial data MCP server: stock quotes, crypto prices, portfolio tracking, market analysis

41 installs/wk local only

Data Aggregator MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Data Aggregator MCP?
Data Aggregator 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 npm package data-aggregator-mcp was installed 5 times last week.
How do I connect Data Aggregator 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 data-aggregator-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Data Aggregator MCP?
The npm package data-aggregator-mcp was installed 5 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.