Module Base · MCP
Plug any assistant into the Basin
Access Basin™ speaks MCP. Paste one address into Claude, Cursor, or any other assistant that supports it, and that assistant can read the basin directly — companies, U#Mail™ events, published entries, and everything the crawler has indexed. No key, no sign-up, read only.
https://accessbasin.com/api/public/mcp
{
"mcpServers": {
"accessbasin": {
"type": "http",
"url": "https://accessbasin.com/api/public/mcp"
}
}
}curl -s https://accessbasin.com/api/public/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'What it can do
basin_companies
Every indexed company with its sector, region, score, rank and module coverage.
basin_umail_feed
Recent U#Mail™ events — news, board changes and stream embeds.
cms_list
All published CMS+ entries with slugs, titles and excerpts.
cms_get
One published entry by slug, including the full markdown body.
basin_search_index
Search everything the Basin has crawled and indexed.
basin_signals
Live Basin telemetry: row counts, tables, pipeline stages, indexed pages.
Plain HTTP too
If you'd rather not speak MCP, the same data is available as ordinary web addresses: /api/public/cms lists published entries, /api/public/cms/<slug> returns one, and /api/public/mcp answers a plain visit with its own capability list.