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
responseSchemas.ts•253 B
/**
* Response schemas for Captain Data tools
*
* This module re-exports response schemas from the centralized types module.
* For new code, import directly from '../types' instead.
*/
export { RESPONSE_SCHEMAS, ERROR_RESPONSES } from '../types';