kyb-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VERCEL | No | Set to disable DNS-rebinding checks when the proxy owns Host. | |
| DATABASE_URL | No | PostgreSQL DSN for durable dossiers. If unset, uses in-memory storage. | |
| KYB_ALLOWED_HOSTS | No | Host allowlist for HTTP behind a real hostname (comma-separated). Defaults to localhost only. | |
| KYB_ALLOWED_ORIGINS | No | Browser origins (CORS twin). | |
| KYB_REQUEST_STATE_KEY | No | Shared key for multi-instance HTTP (elicitation / sampling retries). Defaults to per-process random. | |
| KYB_API_RATE_PER_SECOND | No | Upstream rate limit. | 5 |
| KYB_BEHIND_TRUSTED_PROXY | No | Set 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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| completions | {} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_companiesA | Search French companies, associations and public bodies in the official registry (SIRENE/RNE). |
| 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
| Name | Description |
|---|---|
| kyb_review | Structured KYB review of one company, with the registry record attached. |
| compare_companies | Side-by-side comparison of several companies (size, age, activity, financial signal). |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| naf_sections | The 21 NAF rév. 2 sections with their division ranges. |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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