API Tools
bnm.farm
This server provides search and retrieval of regulatory enforcement documents from various official sources.
ENDPOINT 1
https://ticks.bnm.farm/mcp
MCP server metadata
- Name
- bnm-data-shop
- Version
- 1.0.0
40 paid GETs from /.well-known/x402, plus free search, free firm-check, paid get-one ($0.02), and paid get-page ($0.05). Free index/search finds id and the ?id= URL; then pay one text or the page. Extracted-body doors: newest 10 official texts on a plain GET; older pages on the same URL (?before). Table doors stay the whole current table. Unpaid is HTTP 402. USDC on Base. Not Bazaar-indexed.
Known tools 44
firm-checkFree cross-door search of official caches: Form 483, FDA warning letters, FDA untitled letters, FTC BCP warning letters, Ofwat enforcement, Ofgem enforcement, CFPB orders, OCC C&Ds, FDIC orders, and the FDA import-alert catalog.
Inferred read-onlyCONNECT 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.bnm-data-shop]
url = "https://ticks.bnm.farm/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bnm-data-shop": {
"type": "http",
"url": "https://ticks.bnm.farm/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bnm-data-shop
Remote MCP URL: https://ticks.bnm.farm/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": {
"bnm-data-shop": {
"url": "https://ticks.bnm.farm/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bnm-data-shop": {
"type": "http",
"url": "https://ticks.bnm.farm/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bnm-data-shop",
"transport": "streamable-http",
"url": "https://ticks.bnm.farm/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for bnm.farm was fetched 2026-08-29T19:31:09.567Z.
bnm.farm is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.