Skip to content

Documentation

Welcome to the Ogarni.AI developer documentation. Here you will find everything you need to access your personal finance data programmatically.

The Ogarni.AI REST API provides read-only access to your receipts, spending summaries, categories, notifications, and more. Authenticate with a personal API token and start querying over 20 endpoints.

  • Base URL: https://api.ogarni.ai
  • Auth: X-API-Key header with an oai_ prefixed token
  • Format: JSON responses

Get started with the API

The Model Context Protocol (MCP) server lets LLMs like Claude interact with your Ogarni.AI data directly. It exposes 20 read-only tools that wrap every available API endpoint.

Learn about the MCP server

A Claude skill is included in the repository that teaches Claude how to work with the Ogarni.AI API. It covers authentication, endpoints, rate limits, and code examples — no manual setup required.

Learn about the Claude skill

TopicDescription
Quick startCreate a token and make your first API call in minutes
API tokensToken creation, scopes, and security best practices
EndpointsFull reference for all available API endpoints
Errors and rate limitsError format, status codes, and rate limit details
Code examplesReady-to-use examples in curl, Python, and JavaScript
MCP serverOverview and available tools
MCP installationSetup for Claude Code, Claude Desktop, Cursor, and Windsurf
Claude skillAuto-loaded skill for the Ogarni.AI API