mcp-server-collector

submit-mcp-server

Submit MCP Server to MCP Servers Directory like mcp.so

Input Schema

NameRequiredDescriptionDefault
avatar_urlNoavatar URL of the MCP Server to submit
urlYesURL of the MCP Server to submit

Input Schema (JSON Schema)

{ "properties": { "avatar_url": { "description": "avatar URL of the MCP Server to submit", "type": "string" }, "url": { "description": "URL of the MCP Server to submit", "type": "string" } }, "required": [ "url" ], "type": "object" }