{"openapi":"3.0.3","info":{"title":"Gnist Context — Compliance Screening","description":"Unified entity due diligence across OFAC/EU/UN/UK sanctions, ICIJ offshore leaks, and GLEIF corporate registry — parallel screening with risk assessment.\n\n- **MCP endpoint:** `https://context.gnist.ai/mcp/compliance-screening/`\n- **Toolkit page:** `/toolkits/compliance-screening`\n- **Full API spec:** `/api/openapi.json`\n- **Get an API key:** `/signup`","version":"1.0.0","contact":{"name":"GnistAI","url":"https://gnist.ai"}},"servers":[{"url":"https://context.gnist.ai","description":"Production"}],"paths":{"/rest/compliance-screening/screen_entity":{"post":{"tags":["Legal"],"summary":"screen_entity","description":"Screen an entity for sanctions, offshore leaks, and corporate registry hits.\n\nQueries OFAC/EU/UN/UK sanctions lists, ICIJ Offshore Leaks (Panama/Paradise/Pandora\nPapers), and GLEIF corporate registry in parallel. Returns a unified risk assessment.\n\nThe risk_level field summarizes the findings:\n- clear: no matches found in any database\n- low: minor signals only\n- medium: possible matches requiring review\n- high: probable matches in sanctions or offshore leaks\n- critical: high-confidence sanctions match\n\nExamples:\n    screen_entity(name=\"Gazprom\")\n    screen_entity(name=\"Kim Jong Un\", entity_type=\"individual\")\n    screen_entity(name=\"Evrofinance Mosnarbank\", country=\"Russia\")","operationId":"compliance_screening_screen_entity","responses":{"200":{"description":"Successful tool call","content":{"application/json":{"schema":{"type":"object"}}}},"404":{"description":"Server or tool not found"},"500":{"description":"Tool execution error"}},"security":[{"ApiKeyHeader":[]},{"ApiKeyQuery":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"additionalProperties":false,"properties":{"name":{"description":"Entity name to screen — person, company, or organization.","type":"string"},"entity_type":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Filter: 'individual', 'entity', or 'vessel'."},"country":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Filter by country name or code."},"threshold":{"default":80.0,"description":"Sanctions fuzzy-match threshold (50-100). Lower = more results.","type":"number"},"limit":{"default":10,"description":"Max results per source.","type":"integer"}},"required":["name"],"type":"object"}}}}}},"/rest/compliance-screening/list_compliance_sources":{"post":{"tags":["Legal"],"summary":"list_compliance_sources","description":"List all compliance data sources, their coverage, and data types.\n\nShows which sanctions lists, leak databases, and corporate registries\nare searched during screening.\n\nExamples:\n    list_compliance_sources()","operationId":"compliance_screening_list_compliance_sources","responses":{"200":{"description":"Successful tool call","content":{"application/json":{"schema":{"type":"object"}}}},"404":{"description":"Server or tool not found"},"500":{"description":"Tool execution error"}},"security":[{"ApiKeyHeader":[]},{"ApiKeyQuery":[]}]}},"/rest/compliance-screening/report_feedback":{"post":{"tags":["Legal"],"summary":"report_feedback","description":"Report a bug, feature request, or general feedback for this data source.\n\nUse this when something doesn't work as expected, when you'd like\na new feature, or when you have suggestions for improvement.\n\nArgs:\n    feedback: Describe the issue or suggestion.\n    feedback_type: One of 'bug', 'feature_request', or 'general'.","operationId":"compliance_screening_report_feedback","responses":{"200":{"description":"Successful tool call","content":{"application/json":{"schema":{"type":"object"}}}},"404":{"description":"Server or tool not found"},"500":{"description":"Tool execution error"}},"security":[{"ApiKeyHeader":[]},{"ApiKeyQuery":[]}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"additionalProperties":false,"properties":{"feedback":{"type":"string"},"feedback_type":{"default":"general","type":"string"}},"required":["feedback"],"type":"object"}}}}}}},"tags":[{"name":"Legal","description":"Data sources: Legal"}],"components":{"securitySchemes":{"ApiKeyHeader":{"type":"apiKey","in":"header","name":"gnist-api-key","description":"API key passed via request header."},"ApiKeyQuery":{"type":"apiKey","in":"query","name":"gnist_api_key","description":"API key passed via query parameter."}}}}