jora.com
Jora is a job search service that aggregates job listings across multiple country-specific sites. Its public website routes users to regional Jora properties and partner job boards.
Jora exposes a known OAuth-protected MCP server at https://api.jora.com/mcp; I found no public REST, GraphQL, or CLI developer surfaces on jora.com.
- Jora MCP serverdiscovered
Jora publishes an OAuth 2.0 authorization server at api.jora.com well-known metadata, including a registration_endpoint at https://api.jora.com/oauth/registration. The easiest documented acquisition path I could verify is to register an OAuth client against that server, then use the issued client credentials in the OAuth flow for the scopes your integration needs (for example chatgpt). I could not verify a human-facing developer console page.
conventions · 0/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing