Jentic publishes the only available OpenAPI specification for Conturs Scoring API, keeping it validated and agent-ready. Conturs scores inbound leads against a customer's personalised Ideal Customer Profile model and returns a 0-100 fit score with factor breakdowns. The API exposes two endpoints — a health probe and a POST /leads scoring call — so integration is small and predictable. Authentication is an API key passed in the request body alongside the lead payload.
2 endpointsJentic publishes the only available OpenAPI specification for Conturs Scoring API, keeping it validated and agent-ready. Conturs is a lead scoring service that uses AI-powered ICP matching to evaluate leads with a 0-100 quality score and factor breakdown. The API exposes a POST /leads endpoint for scoring and a GET /health endpoint for service checks. Authentication is an API key sent in the request body alongside an email field for caller identification.
2 endpoints# Add to your MCP client config (Claude Desktop, Cursor, Windsurf)
{
"jentic": {
"url": "https://api.jentic.com/mcp",
"auth": "oauth"
}
}
# Then ask your agent:
"find live events near a location"
# → Jentic returns the GET /events tool with parameter schema, agent executes.