any-chat-completions-mcp
by pyroprompts
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AI_CHAT_KEY | Yes | API key for the AI chat provider (e.g., OPENAI_KEY, PYROPROMPTS_KEY, PERPLEXITY_KEY) | |
| AI_CHAT_NAME | Yes | Name of the AI chat provider (e.g., OpenAI, PyroPrompts, Perplexity) | |
| AI_CHAT_MODEL | Yes | Model to use for the AI chat (e.g., gpt-4o, ash, llama-3.1-sonar-small-128k-online) | |
| AI_CHAT_BASE_URL | Yes | Base URL for the AI chat provider API (e.g., https://api.openai.com/v1, https://api.pyroprompts.com/openaiv1, https://api.perplexity.ai) |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| chat-with-openaiC | Text chat with OpenAI |
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/pyroprompts/any-chat-completions-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server