mcp-server-collector

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OPENAI_MODELNoThe OpenAI model to use for API requests.gpt-4o-mini
OPENAI_API_KEYNoYour OpenAI API key, used to authenticate API requests.
OPENAI_BASE_URLNoThe base URL for OpenAI API requests.https://api.openai.com/v1
UV_PUBLISH_TOKENNoYour token used for publishing.
UV_PUBLISH_PASSWORDNoYour password for publishing.
UV_PUBLISH_USERNAMENoYour username for publishing.
MCP_SERVER_SUBMIT_URLNoURL used to submit MCP Server to the MCP Server Directory.https://mcp.so/api/submit-project

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
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