What is the Bhumi MCP server?
The Bhumi MCP server exposes Bhumi’s farm data as Model Context Protocol tools and resources. When you connect it to an AI client (Claude Desktop, Cursor, etc.), the AI can:- Search for farms by location, product, or certification
- Look up farm details, hours, and product listings
- Discover what food is available near any address
- Compare prices across multiple farms
- Analyze what makes a farm unique in its area
Hosted — no local setup
The Bhumi MCP server is hosted atmcp.bhumifarms.co. You do not need to install anything locally, clone a repo, or manage database credentials. Point your AI client at the endpoint, add your API key, and you are ready to go.
Endpoints
| Endpoint | Transport | Use |
|---|---|---|
https://mcp.bhumifarms.co/mcp | StreamableHTTP (POST) | Recommended for all modern MCP clients |
https://mcp.bhumifarms.co/sse | SSE (GET) | Fallback for older MCP clients |
https://mcp.bhumifarms.co/health | HTTP (GET) | Health check — returns server status and version |
Authentication
Every request must include a Bhumi API key in theX-API-Key header. You configure this once in your AI client — the client sends it automatically on every tool call.
Tier limits
Free tier
100 requests/day. Access to 4 read-only tools. No credit card required.
Paid tier
10,000+ requests/day. All 13 public tools. Usage-based billing. Priority support.
The free tier gives access to
search_farms, get_farm, list_products, and get_stats. Upgrade to access all tools including find_food, compare_product_prices, nearby_categories, and more.Quick setup
Get your API key
Sign up at console.bhumifarms.co to receive a
bh_live_... API key. The free tier requires no credit card.Configure your AI client
Add the Bhumi server to your client’s MCP configuration. The exact file location depends on your client.
What’s next
Tools reference
Full parameter reference and examples for all 13 MCP tools.
MCP resources
Read-only data resources AI assistants can access contextually.