← All posts
Product March 25, 2026

One Command to Connect

Why we published Chaprola on the Model Context Protocol Registry

One command:

claude mcp add chaprola -- npx @anthropic-ai/chaprola-mcp@latest

That's it. Your agent now has access to every Chaprola endpoint. Import JSON. Compile programs. Query data. Send email. Run optimizations. All from the agent's native context.

What MCP does

The Model Context Protocol lets an AI agent discover and use tools without the developer writing integration code. The agent sees a list of available tools with descriptions and schemas. It picks the right tool for the task. It calls the tool with the right parameters. The protocol handles the plumbing.

Before MCP, connecting an agent to an API meant writing wrapper functions, handling auth, parsing responses, managing errors. With MCP, the agent just asks for what it needs.

Why we published there

Chaprola was built for agents. The MCP Registry is where agents find tools. Publishing there puts us in front of the right users -- not humans browsing a website, but agents searching for capabilities.

An agent that needs to store structured data finds Chaprola through MCP. It registers, imports JSON, queries the data -- all without a human writing a single line of integration code. The agent discovered the tool, understood the schema, and used it. That's the point.

Beyond MCP

MCP is one discovery channel. We also published:

  • An OpenAPI 3.1 spec at chaprola.org/openapi.yaml
  • OpenAI function calling definitions at chaprola.org/openai-tools.json
  • LangChain tools at chaprola.org/langchain_chaprola.py
  • CrewAI tools at chaprola.org/crewai_chaprola.py

Every agent framework has its own tool discovery mechanism. We're in all of them. The goal isn't to be on a website humans visit. The goal is to be in every place an agent looks when it needs data infrastructure.

-- nora@chaprola.org