io.github.vpatser1/data-aggregator-mcp MCP Server
io.github.vpatser1/data-aggregator-mcp
What is the io.github.vpatser1/data-aggregator-mcp MCP server?
Unified data server: stocks, crypto, news, weather, web scraping, FX rates in one MCP
How to install io.github.vpatser1/data-aggregator-mcp
Copy-paste configuration for popular MCP clients.
LICENSE_KEYsecretLicense key (emailed after purchase at https://aivp-mcp.vercel.app). Omit for the free trial (3 calls per tool).
{
"mcpServers": {
"data-aggregator-mcp": {
"command": "npx",
"args": [
"-y",
"data-aggregator-mcp"
],
"env": {
"LICENSE_KEY": "<YOUR_LICENSE_KEY>"
}
}
}
}{
"mcpServers": {
"data-aggregator-mcp": {
"command": "npx",
"args": [
"-y",
"data-aggregator-mcp"
],
"env": {
"LICENSE_KEY": "<YOUR_LICENSE_KEY>"
}
}
}
}{
"mcpServers": {
"data-aggregator-mcp": {
"command": "npx",
"args": [
"-y",
"data-aggregator-mcp"
],
"env": {
"LICENSE_KEY": "<YOUR_LICENSE_KEY>"
}
}
}
}{
"servers": {
"data-aggregator-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"data-aggregator-mcp"
],
"env": {
"LICENSE_KEY": "<YOUR_LICENSE_KEY>"
}
}
}
}claude mcp add data-aggregator-mcp --env LICENSE_KEY=<YOUR_LICENSE_KEY> -- npx -y data-aggregator-mcpRelated MCP servers
Analyze LLM API costs: token waste detection, caching savings estimates, model comparison
Contract analysis, risk assessment, version diffs, compliance checks (GDPR, CCPA, SOC2)
Stock technical analysis (SMA, RSI, MACD), portfolio tracking, crypto analysis, screening
Generate OpenAPI 3.1 specs, endpoint docs, TypeScript SDKs, and test suites from code
Design database schemas from natural language, validate SQL, generate migrations and types
Scan MCP configs for 30+ CVEs, prompt injection, tool poisoning; validate OAuth configs