← Back to search
50
Partial
Agentic Readiness Score
+25 llms.txt +15 structured API missing +20 ai-plugin
Raise this score to 95+
We ship the 6-file GEO uplift as a pull request against your repo. Flat fee, turnaround under 72 hours.
Fix this for $199 →
productivity storagellms-txtapiai-friendlyai

Agentic Signals

📄
Found
🤖
ai-plugin.json
Not found
📖
OpenAPI Spec
Not found
🔗
Structured API
Found
🏷
Schema.org Markup
Found
MCP Server
Not found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 50/100

            

llms.txt Content

# AllOurThings > AI-powered personal inventory management. Catalog everything you own and ask natural language questions about your stuff — appliances, warranties, manuals, electronics, collectibles, and more. Privacy-first: your data stays in a folder you control, never uploaded to any server. ## What AllOurThings does AllOurThings is a household inventory system designed for AI-assisted queries. Users catalog their possessions — appliances, electronics, furniture, collectibles, subscriptions — and then ask plain-English questions to get instant answers. Key capabilities: - Add items with rich metadata: brand, model, purchase date, warranty expiry, retailer, subcategory, notes, tags, and any custom fields - Attach files to items: manuals, receipts, photos, warranty documents - Search and filter inventory by category, subcategory, tags, or free text - Ask natural language questions via Claude Desktop: "when does my dishwasher warranty expire?", "what did I pay for my laptop?", "list all my Pokémon cards" ## How AllOurThings integrates with AI AllOurThings connects to Claude Desktop via the Model Context Protocol (MCP). The MCP server runs locally via npx and reads directly from the user's inventory folder — no data leaves the device. Install: `npx @allourthings/mcp-server` The MCP server exposes 11 tools: add_item, get_item, list_items, update_item, delete_item, search_items, get_item_fields, add_attachment, get_attachment, delete_attachment, attach_from_url. ## Command-line interface AllOurThings also ships a standalone CLI for terminal users and automation scripts. It reads from the same data folder as the MCP server and iOS app. Install: `npx @allourthings/cli` Commands: search, list, get, add, update, delete, fields, attach (add/url/get/rm). Supports `--json` flag for machine-readable output and `--data-dir` to override the data directory. ## Privacy model AllOurThings never uploads inventory data to any server. The data directory is a fol