mcp-server-collector
by chatmcp
submit-mcp-server
Submit MCP Server to MCP Servers Directory like mcp.so
Input Schema
Name | Required | Description | Default |
---|---|---|---|
avatar_url | No | avatar URL of the MCP Server to submit | |
url | Yes | URL 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"
}
You must be authenticated.