Skip to main content
Glama
Ownership verified

Server Details

Company intelligence via UK Companies House and risk screening across 386 risk data sources.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
OjasKord/bizfile-mcp
GitHub Stars
0
Server Listing
Bizfile MCP

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.5/5 across 3 of 3 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a clearly distinct purpose: validate_counterparty does full validation with AI risk scoring, validate_counterparty_lite is a fast registry check for batch filtering, and screen_counterparty checks sanctions on officers. No overlap in functionality.

Naming Consistency4/5

All tool names use snake_case and follow a verb_counterparty pattern. 'validate' is used for two tools with a '_lite' suffix, and 'screen' for another. The slight variation in verbs is still consistent in structure.

Tool Count5/5

Three tools is appropriate for the domain: a full validation, a lightweight pre-screen, and a sanctions check. The set is neither too sparse nor overloaded.

Completeness4/5

The tool set covers the core workflow of pre-payment validation: registry check (lite), full validation with officers, and sanctions screening. A minor gap is ongoing monitoring or entity updates, but the stated purpose is well-served.

Available Tools

3 tools
screen_counterpartyAInspect

Checks counterparty sanctions status. Call this BEFORE invoking any agentic payment rail -- immediately after validate_counterparty, passing the directors_and_officers array from that response. Use this when validate_counterparty has cleared the entity but you still need to confirm the company and all its officers are not on any global sanctions list, and when completing e-invoicing supplier onboarding under mandates requiring sanctions clearance: Belgium B2B (active Jan 2026), France B2B (Sep 2026), Poland KSeF (Feb 2026), UK Making Tax Digital (ongoing), AU GST digital reporting (ongoing). Screens the company and all named officers simultaneously against 386 risk data sources -- UN, EU, OFAC, UK HMT, MAS Singapore -- via OpenSanctions (api.opensanctions.org), updated daily. A payment to a sanctioned entity executed via Stripe MPP, Alipay AI Pay, or Shopify UCP triggers criminal liability for the operator -- not financial loss, criminal liability -- regardless of intent. Returns machine-readable PROCEED / ENHANCED_DUE_DILIGENCE / BLOCK verdict per entity, no further analysis needed.

ParametersJSON Schema
NameRequiredDescriptionDefault
countryNoOptional: ISO country code to narrow search (e.g. ru, cn, ir, kp)
officersNoOptional: array of officer objects from validate_counterparty to screen all directors simultaneously
entity_typeNoOptional: Person, Company, or Vessel. Defaults to Thing (all types).
company_nameYesName of the company to screen

Output Schema

ParametersJSON Schema
NameRequiredDescription
edd_countNo
checked_atYes
source_urlYes
_disclaimerNo
block_countNo
company_nameNo
lists_checkedNo
overall_summaryNo
overall_verdictYes
entities_screenedNo
screening_resultsYes
trade_finance_noteNo
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided, so description carries full burden. It fully discloses behavioral traits: screens against 386 risk sources (UN, EU, OFAC, etc.), uses OpenSanctions API updated daily, and warns of criminal liability for operators. This goes beyond basic safety to include legal consequences.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is detailed and well-structured, front-loading the purpose and usage. However, it is somewhat dense and could be slightly more concise. Every sentence serves a purpose, but the length reduces quick scanning.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (sanctions screening, multiple sources, legal implications), the description covers all necessary context: mandates, update frequency, data sources, consequences of misuse, and output format (PROCEED/ENHANCED_DUE_DILIGENCE/BLOCK). With an output schema existing, this is fully complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so baseline is 3. The description adds context for the officers parameter (explicitly linking it to validate_counterparty), but does not significantly elaborate on other parameters beyond the schema. Minimal added value for parameter understanding.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description explicitly states the tool checks counterparty sanctions status, using specific verbs like 'Checks' and 'Screen'. It distinguishes from siblings (validate_counterparty, validate_counterparty_lite) by describing its unique role as a sanctions screening step after validation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Clear guidance on when to call: 'BEFORE invoking any agentic payment rail -- immediately after validate_counterparty'. It specifies passing the directors_and_officers array and lists concrete use cases (e-invoicing mandates by country), leaving no ambiguity.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

validate_counterpartyAInspect

Validates counterparty legitimacy. Call this BEFORE invoking any agentic payment rail -- at the moment your agent holds a counterparty identifier and Stripe MPP, Alipay AI Pay, or Shopify UCP has not yet been called, and BEFORE onboarding any EU/UK/AU supplier into an e-invoicing workflow: Belgium B2B (active Jan 2026), France B2B (Sep 2026), Poland KSeF (Feb 2026), UK Making Tax Digital (ongoing), AU GST digital reporting (ongoing). Use this when your agent is about to initiate a new supplier payment or contract and needs to confirm the counterparty is a real, active, non-fraudulent entity. Validates against UK Companies House (api.company-information.service.gov.uk) -- registry status, officers, and filing history -- combined with AI risk scoring. Returns PROCEED / ENHANCED_DUE_DILIGENCE / BLOCK verdict with AI risk score 0-100. A payment that executes to a dissolved or fraudulent entity via an agentic rail settles instantly with no recovery path -- there is no chargeback on an AI-authorised B2B transfer; an e-invoice submitted under a mandate with an unverified supplier registration is rejected at the mandate platform, halting the entire payables run. Pass the directors_and_officers array from this response directly to screen_counterparty. One call, machine-ready verdict, no further analysis needed.

ParametersJSON Schema
NameRequiredDescriptionDefault
company_nameYesFull or partial name of the company to validate
company_numberNoOptional: UK Companies House registration number for exact match (more accurate)

Output Schema

ParametersJSON Schema
NameRequiredDescription
activeNo
statusNoRegistry status, e.g. active, dissolved, liquidation
sic_codesNo
checked_atYes
name_matchNo
risk_levelNo
risk_scoreNo
source_urlYes
_disclaimerNo
agent_actionYesMachine-readable verdict
number_matchNo
risk_factorsNo
risk_summaryNo
company_foundYesWhether a matching company was found in UK Companies House
kyc_confidenceNo
total_officersNo
registered_nameNo
incorporation_dateNo
registered_addressNo
accounts_last_filedNo
positive_indicatorsNo
recommended_actionsNo
registration_numberNo
directors_and_officersNo
sanctions_screening_noteNo
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden for behavioral transparency. It details the validation method (UK Companies House + AI risk scoring), the possible return verdicts (PROCEED, ENHANCED_DUE_DILIGENCE, BLOCK) and risk score range (0-100), and explains critical consequences of not using the tool (no chargeback, e-invoice rejection). This provides thorough insight into the tool's behavior and impact.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is relatively long but well-structured: it opens with the core purpose, then provides usage context, then details implementation and consequences, and ends with a recommendation. Each sentence serves a purpose, though some trimming could be done without losing essential information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has an output schema, reducing the need to explain return values, but the description still covers the verdict types, risk score, and how to use the output (pass to screen_counterparty). It also provides necessary context about the data source and the criticality of the tool, making it fully informative for an agent.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Input schema coverage is 100%, so the description adds minimal value beyond the schema. It notes that company_name can be full or partial and that company_number is optional for exact match, but these are already clear from the schema's descriptions. No additional semantic details are provided.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states that it validates counterparty legitimacy and specifies the exact scenarios (before agentic payment rails, before onboarding into e-invoicing workflows). However, it does not explicitly differentiate between this tool and its sibling 'validate_counterparty_lite', leaving some ambiguity about when to use which.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit when-to-use guidance: before invoking any agentic payment rail or onboarding a supplier into specific e-invoicing workflows. It also implicitly advises against use after those actions, and directs to pass results to screen_counterparty, giving clear context for proper tool invocation.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

validate_counterparty_liteAInspect

Validates counterparty registry status. Call this BEFORE pre-screening a batch payee list -- at the moment your agent holds a list of counterparty identifiers and the agentic payment workflow has not yet begun. Use this when your agent is processing a high-volume payee batch and needs a fast registry check to filter dissolved or unregistered entities before full validation. Returns registry status in under 1 second -- no AI, no officers, no risk score. A dissolved entity in a batch payment run via Stripe MPP, Alipay AI Pay, or Shopify UCP creates irrecoverable exposure across every settled transfer before the error surfaces. Use to filter to active registered entities, then call validate_counterparty on each shortlisted result before invoking the payment rail. Returns machine-readable status field -- proceed to validate_counterparty on any non-ACTIVE result.

ParametersJSON Schema
NameRequiredDescriptionDefault
company_nameYesFull or partial name of the company to look up
company_numberNoOptional: registration number for exact match

Output Schema

ParametersJSON Schema
NameRequiredDescription
activeNo
statusNo
checked_atYes
source_urlYes
_disclaimerNo
agent_actionYes
analysis_typeNo
company_foundYes
kyc_confidenceNo
registered_nameNo
incorporation_dateNo
registered_addressNo
registration_numberNo
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Despite no annotations, the description comprehensively discloses behavior: returns registry status in under 1 second, no AI, no officers, no risk score. It also warns about consequences of dissolved entities creating irrecoverable exposure. Output schema exists, so return format detail is not required.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is slightly verbose but each sentence adds unique value, covering purpose, timing, use case, and behavior. It could be tightened slightly without losing clarity, but overall well-structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's simplicity (2 parameters, output schema exists), the description fully covers the workflow, prerequisites, consequences, and next steps. It leaves no major gaps for an agent to understand when and how to use it.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description does not add meaningful extra meaning beyond the schema's parameter descriptions; it only reiterates that company_number is optional for exact match.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool validates counterparty registry status and positions it as a fast pre-screening step before full validation. It distinguishes from the sibling validate_counterparty by specifying this is a lightweight check for filtering dissolved/unregistered entities.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly tells when to call (before pre-screening a batch, when agent has list and workflow not begun), and what to do after (call validate_counterparty on non-ACTIVE results). It also provides context for high-volume batches and mentions specific payment rails.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.