Connect any AI assistant to your inventory, projects & proposals.
This is a Model Context Protocol (MCP) server — a standardised interface that lets AI assistants read and update your Find Boxes data using natural language. It works with any MCP-compatible AI client, not just one specific product.
This endpoint speaks JSON-RPC, not HTML. If you're seeing this page, you need an MCP-compatible AI client to connect to it.
Select your AI client for setup instructions.
Claude Code is Anthropic's terminal-based AI assistant with MCP support built in.
npm install -g @anthropic-ai/claude-code
claude mcp add --transport http \ find-boxes https://mcp.findboxes.com/mcp
The first time you use a Find Boxes tool, Claude Code opens a browser window for you to log in. After that, your session is remembered.
Go to Cursor Settings → MCP and click Add new MCP server.
Add this to your ~/.cursor/mcp.json (or use the GUI form):
{
"mcpServers": {
"find-boxes": {
"url": "https://mcp.findboxes.com/mcp",
"transport": "http"
}
}
}
Cursor will open a browser window for OAuth the first time you invoke a Find Boxes tool.
Press Cmd/Ctrl + , and search for context_servers.
"context_servers": {
"find-boxes": {
"source": "custom",
"url": "https://mcp.findboxes.com/mcp",
"transport": "http"
}
}
Zed will prompt for OAuth when you first use a Find Boxes context tool in the assistant panel.
Edit ~/.continue/config.json in your editor.
"mcpServers": [
{
"name": "find-boxes",
"transport": {
"type": "streamable-http",
"url": "https://mcp.findboxes.com/mcp"
}
}
]
Continue will trigger an OAuth flow the first time a Find Boxes tool is called.
In VS Code, open the Cline sidebar, click MCP Servers, then Add Server.
{
"find-boxes": {
"url": "https://mcp.findboxes.com/mcp",
"transport": "streamable-http",
"disabled": false
}
}
Cline will open a browser OAuth window when you first ask it to use a Find Boxes tool.
Your MCP client must support the streamable-http transport and OAuth 2.0 Authorization Code + PKCE flow with Dynamic Client Registration.
URL: https://mcp.findboxes.com/mcp Transport: streamable-http Auth: OAuth 2.0 + PKCE (auto-discovered)
Your client will discover auth endpoints automatically via the /.well-known/oauth-protected-resource document — no manual configuration needed.
Your client will initiate an OAuth flow on first connection. Log in with your Find Boxes credentials when prompted.
List all my storage rooms
Show the pull list for project 12
Add a vendor called "AV Direct"
What cameras are in storage room 3?
Mark item 44 as in service
List all open proposals