agentforge
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AGENTFORGE_API_KEY | Yes | Your AgentForge API key (required for invoke_agent tool) | |
| AGENTFORGE_BASE_URL | No | Override base URL for the AgentForge API (default: https://patreon.zeabur.app) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_agentsA | List all AI agents available on the AgentForge marketplace. Returns agent IDs, names, descriptions, pricing, and categories. |
| get_agentC | Get detailed information about a specific AI agent including its input/output schema, pricing, and usage examples. |
| invoke_agentA | Invoke any AI agent on the AgentForge marketplace. Requires AGENTFORGE_API_KEY environment variable. Supports streaming responses and returns the assistant reply. |
| check_agent_healthC | Check the health / availability status of a specific AI agent. |
| get_platform_statsB | Get aggregate statistics about the AgentForge platform: total agents, active users, requests served, etc. |
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
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/doggychip/agentforge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server