xcircl

xcircl

Enables querying US regulated-care providers (GLP-1 clinics) with tools for searching, retrieving details, and checking compliance, using natural language or function calls.

Category
访问服务器

README

US healthcare provider facts — MCP server & SDK (xcircl)

Verified U.S. regulated-care provider data for your app or AI. Source-linked, timestamped.

License: MIT npm @xcircl/sdk npm @xcircl/mcp-server Verified providers Tracked providers States covered Verticals live

Query US regulated-care providers in natural language or function calls, cross-checked against official sources — NPPES, the FDA, and where available LegitScript and state licensing boards. Use it as an MCP server for Claude/ChatGPT or a TypeScript SDK for your own product; the free tier works with no API key, and it's built for AI agents, clinic finders, and diligence teams.

GLP-1 / weight-management is the deepest vertical today (6,028 tracked · 869 verified). Pet care and medspa are entering the pipeline, and a US-wide provider identity layer (~9M providers across all specialties) is in engineering. Verified compliance signals and cash prices unlock with a key.

Counts in the badges above are pulled live from /api/v1/coverage/ — the numbers update as the dataset grows.

30-second quickstart (no key, no install)

curl -sL "https://xcircl.com/api/v1/providers/?vertical=glp1&state=TX&limit=3"
{
  "tier": "free",
  "notice": "Free tier: identity fields only. Verified compliance signals, price and timestamps require a key — see /developers/pricing/.",
  "pagination": { "total": 15, "limit": 3, "offset": 0, "returned": 3 },
  "data": [
    {
      "entity_id": "ent_f47550b79f755d70b58b183a",
      "slug": "alegro-health-mckinney-tx",
      "vertical": "glp1",
      "name": "Alegro Health",
      "city": "McKinney",
      "state": "TX",
      "business_mode": "online",
      "latitude": 33.198119,
      "longitude": -96.708802,
      "npi": "1053066357"
    }
    // …
  ]
}

Real data, real API, zero setup. Full fields (cash_price, compliance) from $99/mo self-serve → [xcircl.com/developers](https://xcircl.com/developers/pricing/).

Use it from Claude (MCP server)

No clone, no build — npx pulls @xcircl/mcp-server from npm.

Claude Code:

claude mcp add xcircl -- npx -y @xcircl/mcp-server
# with a key (unlocks price + compliance fields):
claude mcp add xcircl -e XCIRCL_API_KEY=your-key -- npx -y @xcircl/mcp-server

Claude Desktop (claude_desktop_config.json):

{
  "mcpServers": {
    "xcircl": {
      "command": "npx",
      "args": ["-y", "@xcircl/mcp-server"],
      "env": { "XCIRCL_API_KEY": "optional — omit for the free tier" }
    }
  }
}

Then just ask: “Find GLP-1 clinics in Houston and check their compliance.” The server exposes three tools:

Tool What it does
search_providers Filter by vertical / city / state / business mode
get_provider One full record by entity_id or slug
check_compliance LegitScript / state-license / FDA signals (paid fields — the tool still answers without a key and says how to unlock)

Use it from your code (TypeScript SDK)

npm install @xcircl/sdk
import { XcirclClient } from '@xcircl/sdk';

const xcircl = new XcirclClient();            // no key → free tier
// const xcircl = new XcirclClient({ apiKey: process.env.XCIRCL_API_KEY });

const { data, notice } = await xcircl.searchProviders({
  vertical: 'glp1',
  city: 'Houston',
  state: 'TX',
});

for (const p of data) console.log(p.name, p.city, p.npi);
if (notice) console.log(notice);              // what a key would add

Runnable examples live in the repo (clone it to run them; both work without any key):

git clone https://github.com/xcircl/healthcare-provider-mcp.git
cd healthcare-provider-mcp && npm install && npm run build
node examples/01-find-clinics.mjs Houston TX  # find clinics
node examples/02-ai-tool-use.mjs              # give Claude live xcircl tools (bring your own ANTHROPIC_API_KEY)

Where the data comes from

Every record is assembled from official, citable sources — and every paid signal carries its source and verification timestamp:

  • NPPES — the CMS National Provider Identifier registry, for provider identity (name, location, NPI).
  • FDA Data Dashboard — Drugs/Biologics warning-letter screens (compliance actions since 2019).
  • State license boards — medical and pharmacy license records.
  • LegitScript — certification status checks.
  • Provider websites — published cash prices, with the source page and check date recorded.

This repository contains no data files — it is the open-source shell (MCP server + SDK + docs) around the xcircl API. The data lives, and the field tiering is enforced, server-side. The only demo data source is the live /api/v1/sample/ endpoint (~50 clean records in the paid schema).

Free vs paid fields

Field Free (no key / free key) Builder+ ($99/mo and up)
entity_id, slug, vertical, name ✅ ✅
city, state, latitude, longitude ✅ ✅
business_mode, npi ✅ ✅
legitscript — certification signal — ✅
license — state-license record — ✅
fda — warning-letter screen — ✅
price — published cash price — ✅
source + verified_at on every signal — ✅

Plans

Plan Price Fields Requests Verticals
Free $0 (register at xcircl.com/developers) identity fields 1,000/mo all
Builder $99/mo — credit-card self-serve all fields 5,000/mo 1 (key-bound)
Developer $750/mo · Founding Customer (first 10): $375/mo locked 12 months all fields 25,000/mo multiple
Enterprise contact sales all fields + export unlimited all
  • No key: fully usable, 100% real data, plus a one-line notice about paid fields — the free experience is a real demo, and the wall you hit is a field/vertical/volume wall, never a "doesn't run" wall.
  • Rate limits and vertical binding are enforced server-side by the key, same as field tiering — this client contains zero gating logic.

Full field dictionary: docs/schema.md · recorded test runs against production: docs/verification.md.

Repository layout

packages/mcp-server/   MCP server (stdio) — search_providers / get_provider / check_compliance
packages/sdk-ts/       @xcircl/sdk — zero-dependency TypeScript client
examples/              runnable examples (find clinics, AI tool use)
docs/schema.md         field dictionary (free/paid tiering)

License

MIT — the shell is open; build on it freely.

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选