Tranna MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NODE_ENV | No | Development, test, or production | production |
| LOG_LEVEL | No | Debug, info, warn, or error | info |
| HEALTH_HOST | No | Interface for health checks | 0.0.0.0 |
| HEALTH_PORT | No | Health HTTP port for native execution | 3000 |
| HEALTH_ENABLED | No | Enables the health HTTP server | true |
| SERVICE_VERSION | No | Version returned in server status | 0.1.0 |
| HOST_HEALTH_PORT | No | Host port mapped by Docker Compose | 3000 |
| META_CONNECTOR_ENABLED | No | Enables the real Meta connector after all required META_* values are supplied | false |
| EXAMPLE_CONNECTOR_ENABLED | No | Enables the fake demonstration connector and its fake-data MCP tool | false |
| META_ALLOW_WRITE_OPERATIONS | No | Allows publishing, campaign creation, campaign state changes, and budget updates | false |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| tranna_get_service_statusA | Returns the server's runtime readiness, authentication placeholder status, and registered connector statuses. No platform data is accessed. |
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/gauravamar-blip/tranna_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server