Connect the DesAira MCP server
DesAira runs a remote Model Context Protocol server, so an AI assistant can search the catalogue directly instead of guessing from crawled pages. It is read-only, needs no API key, and returns page URLs rather than direct media files.
Endpoint
POST https://desaira.com/mcp — Streamable HTTP, JSON-RPC 2.0, protocol revision 2025-06-18.
Tools
search_content— Search videos, hashtags and creators by keyword (argument: q)get_video— Metadata for one video, including its page URL (argument: hash)get_feed— The newest public videosget_trending— Trending by engagement — today, this-week or all-timelist_creators— The public creator directory, by follower countlist_tags— The most popular hashtag categories by video countget_user— A creator profile plus their newest videos (argument: username)
Limits and identity
Reading needs no credential; anonymous callers are rate-limited per IP address. An optional token from POST https://desaira.com/api/v1/agents/register buys identity, not extra headroom — it carries the same per-IP limit plus a daily cap, and is the path to a human-granted verified tier where the limit moves from per-IP to per-token.
Content notice
DesAira is an adults-only (18+) platform. Tool results describe and link to adult content. Do not connect this server where that is inappropriate, and do not present its results to minors.
Machine-readable
- MCP server card (tool schemas)
- A2A agent card (
POST https://desaira.com/a2a) - Extended site context