AlpineDataWorks Intelligence Server

AlpineDataWorks Intelligence Server

Agent-ready economic, market & geo-health intelligence — 163 MCP tools, 155 driver-backed indices.

Category
Visit Server

README

AlpineDataWorks Intelligence — MCP Server

Agent-ready economic, market, and geo-health intelligence, exposed as Model Context Protocol tools.

The AlpineDataWorks Intelligence Server gives any MCP-capable AI agent (Claude, Cursor, ChatGPT, and others) direct, callable access to 163 tools backed by 155 driver-based intelligence indices — every one computed from free, public, authoritative data (FRED, Census, BLS, BEA, EIA, USGS, NOAA, openFDA, CDC PLACES, and more).

It is a remote, hosted server — nothing to install or run. Point your client at the endpoint and start calling tools.

  • Endpoint: https://api.alpinedataworks.com/mcp (Streamable HTTP)
  • Website: https://alpinedataworks.com
  • Catalog & docs: https://alpinedataworks.com/catalog
  • Free demo token: adw_free_demo

Quick start

Add the server to any MCP client that supports remote (Streamable HTTP) servers:

{
  "mcpServers": {
    "alpine-dataworks": {
      "url": "https://api.alpinedataworks.com/mcp",
      "headers": {
        "Authorization": "Bearer adw_free_demo"
      }
    }
  }
}

Then, from your agent:

  1. Discover — call adw.catalog with no arguments to list every available index (id, name, domain, grain, tiers, and the exact tool name to call).
  2. Query — call the tool for the index you want, e.g. adw.adw_001, and get back a decision-grade score with drivers and provenance.
  3. Go deeper — swap the demo token for your own free key at https://api.alpinedataworks.com/signup for higher limits and Gold/Platinum indices.

Start with adw.catalog — it's the map to everything else.


What you get

Each intelligence object is a 0–100 decision score with its underlying drivers, confidence, freshness, and source lineage — built to be consumed by an agent, not eyeballed on a dashboard.

Coverage spans three domains:

Domain Examples
Economic Inflation pressure, labor-market slack, consumer wallet-share, category pricing-power, recession-risk composites
Market Flow and positioning signals, ETF share-count drift, momentum/reversal composites
Geo-health Health-risk index for any US ZIP/ZCTA (CDC PLACES, 40 measures), cancer, water, mortality, SDOH, obesity, and air-quality layers across 32,520 ZCTAs, 29,923 cities, and 3,143 counties

Representative tools:

  • adw.catalog — list all available indices (call this first).
  • adw.health_risk — geographic health-risk index for any US ZIP/ZCTA.
  • adw.adw_NNN — query a specific intelligence index by id.
  • adw.feedback — tell us how consumable the data is (built for agents to answer).

Access & pricing

  • Free — demo token (adw_free_demo) and a free account key for evaluation and Free-tier indices.
  • Gold — $199/mo and Platinum — $499/mo — full catalog, higher limits, premium indices.

Discovery (adw.catalog) is keyless — agents can always see what's available before authenticating.


How it's built

Every index is computed from free, keyless, publicly reachable data sources and passes a validation gate (each metric must beat a naive baseline before it becomes sellable). The server runs on Cloudflare's global edge; data is refreshed on scheduled compute cycles with self-healing history backfill.

  • Transport: Streamable HTTP
  • Auth: Bearer token (Authorization: Bearer <key>)
  • Manifest: server.json · live at /.well-known/mcp.json
  • OpenAPI: https://api.alpinedataworks.com/openapi.json

Links

  • Home: https://alpinedataworks.com
  • Catalog: https://alpinedataworks.com/catalog
  • Sign up (free key): https://api.alpinedataworks.com/signup
  • Console & docs: https://api.alpinedataworks.com/console
  • Status: https://alpinedataworks.com/status
  • Official MCP Registry: com.alpinedataworks/adw-intelligence-server

Maintained by AlpineDataWorks. Questions or issues → support@alpinedataworks.com

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured