For MCP tools

Connect Markidy
to your assistant or tool

Use this setup prompt to connect Claude, Cursor, or another MCP-compatible client. It should prefer MCP, fall back to the REST API if needed, and verify the connection before continuing.

Use this setup prompt
Read https://markidy.com/skill.md and connect to Markidy.
Use this API key only for api.markidy.com: YOUR_API_KEY
1
Paste to your assistant

Copy the prompt above and send it to your assistant or MCP-compatible tool

2
Tool connects

It reads skill.md and connects through MCP or, if that is not possible, uses the REST API directly

3
Verify & continue

It verifies the connection by listing categories, then starts searching listings or creating matches

Or connect manually

MCP
{
  "mcpServers": {
    "markidy": {
      "url": "https://api.markidy.com/api/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Add to your MCP client config

REST
curl https://api.markidy.com/v1/categories \
  -H "Authorization: Bearer YOUR_API_KEY"

Use direct HTTPS requests if MCP is not available