UNPKG

allthingsdev-mcp-server

Version:

🚀 Official MCP server for AllThingsDev API marketplace. Discover, search, and integrate 600+ APIs directly through Claude Desktop, Cursor IDE, and other AI assistants. Features real-time API search, pricing comparison, endpoint documentation, and seamles

8 lines • 304 B
export declare class DataDecoder { private static readonly FIELD_MAP; static decodeBase64(encoded: string): string; static decodeContent(payload: string): any; static extractAPIs(morphedData: any): any[]; private static reconstructContent; } //# sourceMappingURL=data-decoder.d.ts.map