We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/wuyuwenj/api-doc-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"actorSpecification": 1,
"name": "apify-docs-mcp",
"title": "TypeScript MCP server",
"description": "TypeScript Model Context Protocol server with streamable HTTP transport.",
"version": "0.0",
"buildTag": "latest",
"usesStandbyMode": true,
"meta": {
"templateId": "ts-mcp-empty",
"generatedBy": "<FILL-IN-MODEL>"
},
"input": {
"title": "Actor input schema",
"description": "Configure which documentation to scrape",
"type": "object",
"schemaVersion": 1,
"properties": {
"startUrls": {
"title": "Start URLs",
"type": "array",
"description": "List of documentation URLs to start scraping from",
"editor": "requestListSources",
"default": [
{ "url": "https://docs.apify.com/sdk/js/docs" },
{ "url": "https://docs.apify.com/sdk/js/reference" }
],
"prefill": [
{ "url": "https://docs.apify.com/sdk/js/docs" },
{ "url": "https://docs.apify.com/sdk/js/reference" }
]
},
"maxPages": {
"title": "Max Pages",
"type": "integer",
"description": "Maximum number of pages to scrape",
"default": 100,
"minimum": 1,
"maximum": 1000
}
},
"required": []
},
"dockerfile": "../Dockerfile",
"webServerMcpPath": "/mcp"
}