Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPENAI_MODEL | Yes | OpenAI model to use for processing | gpt-4o-mini |
| OPENAI_API_KEY | Yes | OpenAI API key for accessing OpenAI services | |
| OPENAI_BASE_URL | Yes | Base URL for OpenAI API | https://api.openai.com/v1 |
| MCP_SERVER_SUBMIT_URL | Yes | URL endpoint to submit MCP Server information | https://mcp.so/api/submit-project |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| extract-mcp-servers-from-url | Extract MCP Servers from a URL |
| extract-mcp-servers-from-content | Extract MCP Servers from given content |
| submit-mcp-server | Submit MCP Server to MCP Servers Directory like mcp.so |