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.
Read https://markidy.com/skill.md and connect to Markidy.
Use this API key only for api.markidy.com: YOUR_API_KEYCopy the prompt above and send it to your assistant or MCP-compatible tool
It reads skill.md and connects through MCP or, if that is not possible, uses the REST API directly
It verifies the connection by listing categories, then starts searching listings or creating matches
{
"mcpServers": {
"markidy": {
"url": "https://api.markidy.com/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
} Add to your MCP client config
curl https://api.markidy.com/v1/categories \
-H "Authorization: Bearer YOUR_API_KEY" Use direct HTTPS requests if MCP is not available