API Tools
companies.stream
Provides tools to interact with Companies House API for retrieving company data and stream health.
ENDPOINT 1
https://companies.stream/events/mcp
MCP server metadata
- Name
- companies.stream mcp
- Version
- 1.0.2
Known tools 11
get_resource_kind_json_schemaReturns the json schema for a Companies House entity.
Inferred read-onlylist_stream_pathsReturns a list of valid streams served by Companies House Streaming API.
Inferred read-onlylist_resource_kinds_frequencies_for_streamReturns a list of resource_kinds that can appear on the stream along with the relative frequency of each one.
Inferred read-onlyget_stream_daily_event_countReturns the daily event count for a given stream in the format { [date]: count } eg { "2022-01-01": 100, "2022-01-02": 105 }.
Inferred read-onlyget_all_time_visitor_countReturns the total number of unique visitors who have connected to this site.
Inferred read-onlyget_visitor_count_for_dateReturns the total number of unique visitors who have connected to this site on a particular date.
Inferred read-onlyget_recent_responsesReturns the last 20 responses from Companies House to requests on the Streaming API.
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.companies-stream-mcp]
url = "https://companies.stream/events/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"companies-stream-mcp": {
"type": "http",
"url": "https://companies.stream/events/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: companies-stream-mcp
Remote MCP URL: https://companies.stream/events/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": {
"companies-stream-mcp": {
"url": "https://companies.stream/events/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"companies-stream-mcp": {
"type": "http",
"url": "https://companies.stream/events/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "companies-stream-mcp",
"transport": "streamable-http",
"url": "https://companies.stream/events/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 companies.stream was fetched 2026-07-27T22:07:33.383Z and is being refreshed.
companies.stream is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.