Platoona MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PLATOONA_API_KEY | Yes | Your Platoona Connect API key. | |
| PLATOONA_BASE_URL | No | Custom API URL (for self-hosted). |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search-toolsA | Search for available integration tools/actions using semantic search (RAG). Use this to discover what tools are available for a specific task or integration. |
| list-integrationsA | List available integrations/apps that can be connected. |
| list-connectionsA | List all active integration connections. Use this to see which integrations are already connected. |
| connect-appA | Connect to an integration/app. For API key integrations, provide the API key directly. For OAuth integrations, this will return an authorization URL for the user to complete. |
| execute-toolB | Execute an integration action/tool. Requires an active connection for the integration. |
| disconnect-appA | Disconnect from an integration, revoking all connections. |
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/Platoona/platoona-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server