{"name":"oceanir","version":"0.1.0","title":"Oceanir","websiteUrl":"https://oceanir.ai","transport":"streamable-http","url":"https://mcp.oceanir.ai","protocolVersion":"2025-06-18","documentation":"https://oceanir.ai/docs/mcp","openapi":"https://oceanir.ai/openapi.json","authentication":"OAuth 2.1 bearer is required for tools/call. initialize and tools/list are public.","tools":[{"name":"geolocate_image","description":"Analyze an image and return its probable real-world location. Returns ranked coordinates with a confidence score and the visual evidence chain the analysis used (architecture, signage, vegetation, terrain, lighting). No EXIF or GPS required.","inputSchema":{"type":"object","properties":{"image_url":{"type":"string","format":"uri","description":"Public HTTPS URL to the image to analyze."},"image_b64":{"type":"string","description":"Base64-encoded image bytes (no data: prefix)."},"depth":{"type":"integer","enum":[1,2,3],"default":1,"description":"Analysis depth. 1 = Surface (region scan, 1 credit). 2 = Standard (ranked candidates with evidence, 2 credits). 3 = Forensic (deeper reasoning and contradiction checks, 10 credits)."}},"anyOf":[{"required":["image_url"]},{"required":["image_b64"]}]}},{"name":"check_credits","description":"Check the authenticated Oceanir account's current credit balance and remaining monthly allowance.","inputSchema":{"type":"object","properties":{}}}]}