Concept-4 Compliance Engine
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| kyb_verify_agentB | Know Your Agent (KYA) — verify AI agent identity, ownership proof, and on-chain authorization. |
| kyb_verify_businessC | Know Your Business (KYB) — corporate registry lookup and AML risk profile for EU and Australian companies. |
| m2m_tax_matrixC | Cross-border EU VAT tax matrix for M2M transactions between AI agents. |
| m2m_global_tendersC | Live global public procurement tenders open to AI agent bidding. |
| m2m_predictive_ratesC | AI-driven FX volatility forecasting for stablecoin treasury management. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
Each tool targets a distinct compliance function: agent identity, business verification, tender discovery, FX forecasting, and tax matrix. No overlap in purpose.
Tools use snake_case with domain prefixes (kyb_, m2m_). The kyb tools follow a verb_noun pattern, while m2m tools use noun phrases. The pattern is clear and predictable despite the sub-group variation.
5 tools is well-scoped for a compliance engine, covering verification, market intelligence, and tax without being excessive or insufficient.
Core compliance lifecycle is represented: identity verification (KYA), business vetting (KYB), and cross-border transaction support (tenders, rates, tax). Minor gaps like compliance status tracking or reporting are acceptable for the scope.