agentic-platform
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_TRANSPORT | No | Transport mode |
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 |
|---|---|
| registerA | Register for an API key. Free tier: 10 skill retrievals per day. |
| list_skillsC | List all available skill files with descriptions. Args: api_key: Your API key (optional, shows usage if provided) |
| get_skillA | Retrieve an expert skill file. Requires a valid API key. This returns a curated context package that makes you measurably better at a specific task. Each skill has auditable provenance. Args: skill_name: The skill ID (use list_skills to see options) api_key: Your API key from register() |
| check_usageC | Check your current usage and remaining calls. Args: api_key: Your API key |
| buy_creditsA | Get a checkout link to purchase more credits. Returns a Stripe checkout URL. Give this URL to your human operator to complete the purchase. Credits are added automatically after payment. Args: api_key: Your API key tier: Credit tier - "50" ($5 for 50 credits) or "250" ($20 for 250 credits) |
| agent_health_checkA | Score your agent's configuration on governance and best practices (0-100). Send your agent's system prompt and get a detailed diagnostic report with specific issues found and how to fix them. No API key needed. Args: system_prompt: Your agent's system prompt or configuration text |
| mcp_manifest_lintA | Lint your MCP tool definitions for anti-patterns and missing fields. The only MCP linter that exists. Send your tool definitions as JSON and get a pass/fail report with fixes. No API key needed. Args: tools_json: Your MCP tool definitions as a JSON array or single object |
| estimate_agent_costA | Estimate the cost of running an agent task across all major models. Returns a comparison table with costs per call, per run, and per day. Includes optimization tips and pricing guidance. No API key needed. Args: model: Optional model name to highlight (e.g. "claude-sonnet-4") input_tokens: Estimated input tokens per call output_tokens: Estimated output tokens per call num_calls: Number of API calls per task run task_description: Optional description of what the agent does |
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/andysalvo/agentic-platform'
If you have feedback or need assistance with the MCP directory API, please join our Discord server