← companies.stream
INDIVIDUAL MCP TOOL
get_all_time_visitor_count
Returns the total number of unique visitors who have connected to this site.
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 endpoint
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.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.
Related tools
random_company_numbers— Returns random UK company numbersget_stream_health— Returns the health of the streams.get_resource_kind_json_schema— Returns the json schema for a Companies House entity.list_all_resource_kinds— Returns a list of valid resource_kinds.list_stream_paths— Returns a list of valid streams served by Companies House Streaming API.list_resource_kinds_frequencies_for_stream— Returns a list of resource_kinds that can appear on the stream along with the relative frequency of each one.get_latest_sample_event— Returns the latest event published on a given stream.get_stream_daily_event_count— Returns the daily event count for a given stream in the format { [date]: count } eg { "2022-01-01": 100, "2022-01-02": 105 }.