Skip to main content
Glama
chatmcp

mcp-server-collector

by chatmcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OPENAI_MODELYesOpenAI model to use for processinggpt-4o-mini
OPENAI_API_KEYYesOpenAI API key for accessing OpenAI services
OPENAI_BASE_URLYesBase URL for OpenAI APIhttps://api.openai.com/v1
MCP_SERVER_SUBMIT_URLYesURL endpoint to submit MCP Server informationhttps://mcp.so/api/submit-project

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
extract-mcp-servers-from-urlC

Extract MCP Servers from a URL

extract-mcp-servers-from-contentC

Extract MCP Servers from given content

submit-mcp-serverC

Submit MCP Server to MCP Servers Directory like mcp.so

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose with no overlap: extracting servers from content, extracting from a URL, and submitting to a directory. The descriptions make it unambiguous which tool to use for each scenario, preventing misselection.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with hyphens (e.g., extract-mcp-servers-from-content, extract-mcp-servers-from-url, submit-mcp-server). This predictable naming scheme enhances readability and usability for agents.

Tool Count5/5

With 3 tools, the server is well-scoped for its purpose of collecting and submitting MCP servers. Each tool earns its place by covering distinct aspects of the workflow, avoiding bloat or thinness.

Completeness4/5

The tool set covers the core workflow of extraction (from content and URLs) and submission, with no obvious dead ends. A minor gap might be the lack of tools for managing or listing already submitted servers, but agents can work around this with the existing tools.

Maintenance

ActivityInactive
ResponsivenessNo issues