Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
VERCELNoSet to disable DNS-rebinding checks when the proxy owns Host.
DATABASE_URLNoPostgreSQL DSN for durable dossiers. If unset, uses in-memory storage.
KYB_ALLOWED_HOSTSNoHost allowlist for HTTP behind a real hostname (comma-separated). Defaults to localhost only.
KYB_ALLOWED_ORIGINSNoBrowser origins (CORS twin).
KYB_REQUEST_STATE_KEYNoShared key for multi-instance HTTP (elicitation / sampling retries). Defaults to per-process random.
KYB_API_RATE_PER_SECONDNoUpstream rate limit.5
KYB_BEHIND_TRUSTED_PROXYNoSet to disable DNS-rebinding checks when the proxy owns Host.

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
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
completions
{}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_companiesA

Search French companies, associations and public bodies in the official registry (SIRENE/RNE).

Returns a page of summaries with SIREN, status, activity, head office and headcount band.
Use `get_company` on a SIREN for directors and financials.
get_companyA

Full registry record for one company: identity, head office, directors, latest financials.

find_by_personA

Companies where a person is listed as a director or elected official (dirigeant / élu).

Registry matching is by name only; a common name returns homonyms. Treat hits as leads to confirm, never as proof of identity.

create_dossierB

Open a KYB dossier for a company. Verifies the SIREN exists in the registry first.

list_dossiersA

Dossiers most recently updated first.

get_dossierA

One dossier with all its notes.

add_noteA

Append a note to a dossier.

set_statusB

Move a dossier through the review workflow.

archive_dossierA

Archive a dossier after the user confirms in their client.

draft_risk_summaryA

Ask the client's own model for a first-draft risk summary and store it as an AI note.

Requires a client that supports sampling. The draft is a starting point for the analyst, never a decision.

bulk_checkA

Look up many SIRENs at once, reporting progress. Respects the registry rate limit (~5/s).

Prompts

Interactive templates invoked by user choice

NameDescription
kyb_reviewStructured KYB review of one company, with the registry record attached.
compare_companiesSide-by-side comparison of several companies (size, age, activity, financial signal).

Resources

Contextual data attached and managed by the client

NameDescription
naf_sectionsThe 21 NAF rév. 2 sections with their division ranges.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/iGitScor/kyb-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server