Skip to main content
Glama
DarkhorseOne

companies-house-mcp

by DarkhorseOne

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
COMPANIES_HOUSE_API_KEYYesYour Companies House API key
COMPANIES_HOUSE_BASE_URLNoThe base URL for the Companies House APIhttps://api.company-information.service.gov.uk

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_companiesB

Search for UK companies by name or keyword

get_company_profileC

Get detailed company profile information

get_company_officersA

Get list of company officers (directors, secretaries, etc.)

get_company_filingsC

Get company filing history

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 4 tools

Disambiguation5/5

Each tool targets a distinct aspect of company data: search, profile, officers, and filings. There is no overlap between these operations, and an agent can easily select the correct tool based on the information needed.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with snake_case: search_ and get_ prefixed to the resource type. This makes the API predictable and easy to navigate.

Tool Count4/5

With only 4 tools, the server is compact but still provides the core look-up operations for a company information API. While not exhaustive, the count is reasonable for a focused, single-domain server.

Completeness4/5

The set covers the primary read-only workflows: finding a company, viewing its details, officers, and filings. Notable omissions like charges or persons of significant control might be expected, but for a basic Companies House integration, the surface is largely complete.

Maintenance

ActivityInactive
ResponsivenessNo issues