Merovingian MCP Server
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
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| merovingian_registerA | Register a repository for contract scanning. Args: name: Unique name for the repository path: Filesystem path to the repository root contract_type: Contract type: 'openapi' or 'pydantic' (optional, auto-detect if omitted) |
| merovingian_scanA | Scan a registered repository and ingest its API contracts. Must be called after merovingian_register before contracts are visible. Safe to re-run — updates endpoints without deleting contract history. Args: name: Repository name (as registered with merovingian_register) |
| merovingian_add_consumerA | Register a consumer relationship between two repositories. Call this to tell Merovingian that consumer_repo calls an endpoint on producer_repo. Once registered, merovingian_impact will include this relationship in its blast radius analysis. Args: consumer_repo: Name of the repo that calls the endpoint (e.g. 'web-client') producer_repo: Name of the repo that owns the endpoint (e.g. 'api-server') endpoint_method: HTTP method (e.g. 'GET', 'POST') endpoint_path: Endpoint path (e.g. '/api/v1/transactions') |
| merovingian_consumersC | List consumers of endpoints. Args: producer_repo: Filter by producer repository name (optional) endpoint_method: Filter by HTTP method (optional) endpoint_path: Filter by endpoint path (optional) |
| merovingian_breakingC | Check for breaking changes in a repository's contracts. Args: repo_name: Name of the repository to check |
| merovingian_impactC | Full impact assessment with consumer mapping for a repository. Args: repo_name: Name of the repository to assess |
| merovingian_contractsC | List contract versions for a repository. Args: repo_name: Name of the repository limit: Maximum number of versions to return (optional, default 50) |
| merovingian_graphC | Query the dependency graph. Args: repo_name: Filter to a specific repository's dependencies (optional) |
| merovingian_feedbackB | Submit feedback on an assessment or change. Args: target_id: ID of the report or change to give feedback on outcome: One of: accepted, rejected, modified target_type: Type of target (e.g., 'report', 'change') (optional) context: Explanation of why (optional) |
| merovingian_auditC | Query the audit log of tool invocations. Args: tool_name: Filter by tool name (optional) since: Look back N minutes (optional) limit: Max entries to return (optional, default 50) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/evo-hydra/merovingian'
If you have feedback or need assistance with the MCP directory API, please join our Discord server