Agent access

Neobi for AI Agents

Connect compatible AI agents directly to Neobi market intelligence through MCP.

Open MCPfor any agent
Connect quickly

One endpoint. Nine read-only tools.

Add the verified public endpoint to a compatible remote MCP client. The preview requires no Neobi account or API key and currently has no SLA.

View on GitHub — setup guides, tool reference, and a connection check
Public MCP endpoint · Previewhttps://neobi-apim-cc.azure-api.net/mcp-open
Claude

Settings → Connectors → Add custom connector → paste the endpoint. No credentials.

Claude Codeclaude mcp add --transport http neobi https://neobi-apim-cc.azure-api.net/mcp-open
ChatGPT

Settings → Connectors → Developer mode → new connector with the endpoint, authentication: none.

VS Codecode --add-mcp '{"name":"neobi","type":"http","url":"https://neobi-apim-cc.azure-api.net/mcp-open"}'
Try asking

Connected? Start with a real market question.

What are the 10 most widely distributed pre-roll brands in Alberta?Which Alberta stores carry Spinach?What does Pink Kush 7g sell for across Alberta menus?What share of Alberta's shelf does Pure Sunfarms occupy?
Live console

Call the tools before you connect anything.

These calls go to the same public endpoint your agent would use. Nothing is simulated, and no account is involved. Responses are relayed through neobi.io and are throttled here — a connected client is not.

Reading the tool list from the endpoint…

What your agent can do

Market tools, described like outcomes.

Find products

Resolve loose wording to catalogued product names before deeper lookups.

search_products
Analyze market coverage

See how many observed retail menus carry a product.

get_product_distribution
Compare pricing

Review observed average shelf price and lower-priced stores.

get_product_pricing
Explore brands

Find stores whose observed menus stock a brand.

find_stores_carrying_brand
Search store assortment

Understand one store's observed category mix and price positioning.

get_store_assortment
Measure brand presence

Measure a brand's share of observed shelf presence by province.

get_brand_distribution_share
Explore market activity

Return observed counts for stores, products, producers, brands and categories.

get_market_size
Rank distribution

Rank brands, products or categories by observed shelf presence.

rank_by_distribution
Analyze POD share

Measure a brand's share of a province's available points of distribution.

analyze_brand_pod_share
Access grows with context

Open intelligence first. Organization context when needed.

01Open

Shared, read-only market intelligence available through the public MCP preview with lineage and caveats.

02Usage / metered

Additional capacity may be provided where applicable. Current public pricing and limits are not published.

03Enterprise

Licensed or private datasets, organization context, CRM and sales data, integrations, security and support where available.

Connect to Neobi

Neobi MCP


How can an AI agent connect to Neobi?
A compatible client can connect to the verified public Neobi MCP endpoint and discover nine deployed read-only market tools. Client setup varies by product and configuration.
What can the Neobi MCP tools access?
The current open tools cover observed products, product distribution and pricing, stores carrying brands, store assortment, brand shelf presence, points-of-distribution share, market counts and distribution rankings.
What data is open?
The public preview exposes shared, read-only market observations with lineage and caveats. It is not complete national point-of-sale sales data and currently has no SLA.
Is Neobi MCP on GitHub?
Yes. github.com/neobi-ai/neobi-mcp carries the client setup guides, the full tool reference, data methodology, and a dependency-free connection check script.