mcp-server-collector
by chatmcp
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
OPENAI_MODEL | No | The OpenAI model to use for API requests. | gpt-4o-mini |
OPENAI_API_KEY | No | Your OpenAI API key, used to authenticate API requests. | |
OPENAI_BASE_URL | No | The base URL for OpenAI API requests. | https://api.openai.com/v1 |
UV_PUBLISH_TOKEN | No | Your token used for publishing. | |
UV_PUBLISH_PASSWORD | No | Your password for publishing. | |
UV_PUBLISH_USERNAME | No | Your username for publishing. | |
MCP_SERVER_SUBMIT_URL | No | URL used to submit MCP Server to the MCP Server Directory. | 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 |