# Asana (official MCP) — discovery test by IDD > This page is a DISCOVERY TEST. It advertises **Asana's official remote MCP server** > so we can check whether an AI chat that reaches this website will **discover the MCP > and offer it to the user** ("connect to Asana"). IDD does **not** own Asana's MCP — > it is used here only as a well-known, recognizable, known-good server. ## Connect to the MCP server (Asana, official) - Endpoint (Streamable HTTP): `https://mcp.asana.com/v2/mcp` - Authentication: **OAuth 2.1** (PKCE + dynamic client registration). No API key — the client opens Asana's Authorize screen. **You need an Asana account.** - OAuth resource: `https://mcp.asana.com/v2` - OAuth metadata: `https://mcp.asana.com/.well-known/oauth-protected-resource/v2` ## Tools Provided by Asana (create/read tasks, projects, etc.) and discovered from the server at connect time. See Asana's docs: https://developers.asana.com/docs/using-asanas-mcp-server ## Machine-readable discovery (served from this site) - MCP server card: https://voidd.bid/.well-known/mcp.json - SEP-1649 card: https://voidd.bid/.well-known/mcp/server-card.json - API catalog (RFC 9727): https://voidd.bid/.well-known/api-catalog.json - agents.txt: https://voidd.bid/.well-known/agents.txt - ai.txt: https://voidd.bid/.well-known/ai.txt ## Manual control check (proves the endpoint is good, independent of this site) In any MCP client that supports add-by-URL (Claude custom connector, ChatGPT Developer mode, or MCP Inspector): paste `https://mcp.asana.com/v2/mcp` → it should show **Connect / Authorize** → sign in to Asana → the Asana tools appear. ## Contact - amr@idd.co.il