catapa-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CATAPA_TENANT | No | Tenant identifier for the public API when using an access token. | |
| MCP_SERVER_URL | No | Public URL of this deployment (for remote deployment). | |
| CATAPA_BASE_URL | No | Base URL for the public API (optional override). | |
| CATAPA_CLIENT_ID | No | OAuth2 client ID for the public API, or for OAuth mode. | |
| CATAPA_MCP_EXCLUDE | No | Comma-separated resource namespaces to exclude when generating public API tools. | |
| CATAPA_MCP_INCLUDE | No | Comma-separated resource namespaces to include when generating public API tools. | |
| CATAPA_ACCESS_TOKEN | No | Access token for the public API. | |
| CATAPA_CLIENT_SECRET | No | OAuth2 client secret for the public API, or for OAuth mode. | |
| CATAPA_MCP_AUTH_MODE | No | Set to 'oauth' to use the OAuth2 authorization-code flow for both APIs. | |
| UPSTASH_REDIS_REST_URL | No | Upstash Redis REST URL (set by Vercel Marketplace for remote deployment). | |
| CATAPA_PRIVATE_BASE_URL | No | Base URL for the private API (optional override). | |
| CATAPA_PRIVATE_PASSWORD | No | Password for the private API (session auth). | |
| CATAPA_PRIVATE_USERNAME | No | Username for the private API (session auth). | |
| CATAPA_AUTHORIZATION_URL | No | Authorization URL for CATAPA OAuth (optional override). | |
| CATAPA_MCP_ENABLE_PUBLIC | No | Set to 'false' to disable the public API half. | |
| MCP_TOKEN_ENCRYPTION_KEY | No | Fernet key used to encrypt user tokens in remote deployment. | |
| UPSTASH_REDIS_REST_TOKEN | No | Upstash Redis REST token (set by Vercel Marketplace for remote deployment). | |
| CATAPA_MCP_ENABLE_PRIVATE | No | Set to 'false' to disable the private API half. | |
| CATAPA_PRIVATE_ACCESS_TOKEN | No | Access token for the private API. |
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 |
|---|---|
No tools | |
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/felixadhinata/catapa-mcp-trial'
If you have feedback or need assistance with the MCP directory API, please join our Discord server