We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/captaindatatech/captaindata-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
dynamicResponseSchemas.ts•166 B
/**
* Response schemas for Captain Data tools
*
* Re-exports from the centralized types module.
*/
export { RESPONSE_SCHEMAS, ERROR_RESPONSES } from '../types';