# GovPing

[Free regulatory intelligence](https://govping.org) for AI agents. Search 27,000+ structured regulatory changes across 2,000+ government sources worldwide.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add govping/regulatory-changes

# Browse available tools
npx -y @smithery/cli@latest tool list govping/regulatory-changes

# Get full schema for a tool
npx -y @smithery/cli@latest tool get govping/regulatory-changes search_changes

# Call a tool
npx -y @smithery/cli@latest tool call govping/regulatory-changes search_changes '{}'
```

## Direct MCP Connection

Endpoint: `https://regulatory-changes--govping.run.tools`

## Tools (4)

- `search_changes` — Search GovPing's index of regulatory changes across government agencies worldwide. Supports natural language queries wi…
- `get_change` — Get full ORCA-structured details of a single regulatory change by its ID or slug. Returns all enriched metadata includi…
- `list_sources` — List GovPing's monitored regulatory sources. Filter by category (e.g. healthcare-pharma, financial-services), jurisdict…
- `get_schema` — Returns the ORCA (Open Regulatory Change Annotation) schema definition. ORCA is the open standard for structured regula…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get govping/regulatory-changes <tool-name>
```
