mcp-server-reference
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": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_catalogA | List the static OpenAPI catalog entries published with this server. Returns id, owner, lifecycle, classification, and operation count. No network. |
| lookup_apiA | Return one imported OpenAPI document by catalog id (orders, identity, billing). Rejects unknown ids. Does not fetch URLs from the spec. |
| get_operationA | Return one operation from a cataloged API. Method and path must match the published spec exactly. This describes the operation; it does not invoke it. |
| inspect_contractA | Return the tool manifest, resource manifest, deny-list ids, and a statement of what this server is not. |
| explain_denyA | Explain why a named capability is refused. Use this instead of asking the server to grow a shell, HTTP client, or secret reader. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| contract | Published MCP contract: tools, resources, and non-goals. |
| deny-list | Capabilities this server will not implement. |
| catalog-index | Static OpenAPI catalog index. |
| orders OpenAPI | One imported OpenAPI document. apiId is an allowlisted slug. |
| identity OpenAPI | One imported OpenAPI document. apiId is an allowlisted slug. |
| billing OpenAPI | One imported OpenAPI document. apiId is an allowlisted slug. |
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/brunoaquino/mcp-server-reference'
If you have feedback or need assistance with the MCP directory API, please join our Discord server