We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/unosend/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.d.ts•170 B
#!/usr/bin/env node
/**
* Unosend MCP Server
*
* Allows LLMs to interact with Unosend API.
* Works with Claude Desktop, Cursor, and other MCP clients.
*/
export {};