INDIVIDUAL MCP TOOL
list_coverage
List every regulator and feed being monitored, with when each was last collected successfully and how fresh the data is.
LIVE ENDPOINT
https://bellwether.dap.solutions/mcp
Connect to this endpoint to inspect the live schema for list_coverage and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.dap-bellwether]
url = "https://bellwether.dap.solutions/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"dap-bellwether": {
"type": "http",
"url": "https://bellwether.dap.solutions/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: dap-bellwether
Remote MCP URL: https://bellwether.dap.solutions/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"dap-bellwether": {
"url": "https://bellwether.dap.solutions/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"dap-bellwether": {
"type": "http",
"url": "https://bellwether.dap.solutions/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "dap-bellwether",
"transport": "streamable-http",
"url": "https://bellwether.dap.solutions/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_regulatory_changes— Search regulatory publications collected from financial regulators in Canada, the United States, the United Kingdom and the European Union.recent_regulatory_changes— List the most recent regulatory publications across all covered regulators, newest first.get_regulatory_change— Retrieve one record in full, including every revision observed since it was first seen.