inStore

    One API. Live local commerce for agents.

    Query real-time stock from real shops in Rome. Place orders. Dispatch riders. One endpoint, or use our native MCP server.

    quickstart.ts
    // Query live local stock, single API call
    const res = await fetch("https://api.instorehub.com/v1/search", {
      method: "POST",
      headers: {
        "Authorization": `Bearer ${INSTORE_API_KEY}`,
        "Content-Type": "application/json",
      },
      body: JSON.stringify({
        query: "ibuprofen 400mg",
        location: { city: "Rome", radius_km: 3 },
        delivery: "rider",
      }),
    });
    
    const { products, delivery_eta_min } = await res.json();
    // → products from real shops, with live stock + rider ETA

    Production infrastructure, not a toy.

    REST + MCP

    Plain HTTP, OpenAPI spec, and a native MCP server. Drop into Claude, ChatGPT, or your own agent in minutes.

    Live stock, low latency

    Inventory and availability refreshed in real time. Sub-300ms responses across Rome.

    Webhooks + events

    Subscribe to stock changes, new orders, and rider dispatch. Push to your stack instead of polling.

    Built for production

    API keys, scoped tokens, rate limits, audit logs. Stable v1 with versioned changelogs.

    Everything you need, from quickstart to production.

    OpenAPI spec, MCP integration guides, webhook playbooks, and copy-pasteable snippets in TypeScript, Python and curl.

    Start free. scale with you.

    No seat fees. No hidden costs. Just calls.

    Free

    Hack on inStore.

    €0forever
    • 1,000 calls / month
    • REST + MCP access
    • Community Discord
    • Sandbox catalog
    Get API key
    Most popular

    Build

    Pay only what you use.

    €0.002per call
    • Pay-as-you-go pricing
    • Production catalog
    • Webhooks & events
    • Rider order routing
    • Email + Slack support
    Start building

    Scale

    For agents and platforms.

    Customvolume pricing
    • Volume discount
    • Dedicated infrastructure
    • Custom SLA + 99.95% uptime
    • Priority routing
    • Solutions engineering
    Talk to sales

    Grab a key. ship an agent today.

    Free tier, 5-minute setup, MCP-ready. Live in Rome. More cities soon.