MCP Platform Service
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_TOKEN | No | API token for authentication (optional if using login tool) | |
| ALLOW_LOGIN | No | Enable login tool (true/false, default: true) | |
| API_TIMEOUT | No | Request timeout in milliseconds (default: 30000) | |
| API_BASE_URL | No | Base URL of the external platform API (default: https://api.example.com/v1) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_entityC | Retrieve a specific entity by ID and type from the external platform |
| create_entityB | Create a new entity in the external platform |
| update_entityC | Update an existing entity in the external platform |
| delete_entityC | Delete an entity from the external platform |
| get_referenceB | Fetch reference data (statuses, priorities, categories, etc.) from the external platform |
| loginA | Authenticate with the external platform using username and password. Returns an API token that can be used for subsequent requests. |
| refresh_tokenB | Refresh an expired access token using a refresh token |
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
- 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/Artemida1609/mcp-service'
If you have feedback or need assistance with the MCP directory API, please join our Discord server