{ New } - MCP Server

πŸš€ MCP Server

We’re excited to announce the official launch of the MCP Server - a powerful tool for interacting with AI agents through a structured protocol!

πŸ“„ Documentation: MCP Server API Docs

πŸ” What is MCP?

MCP (Model Context Protocol) is a server that allows you to:

  • Send structured prompts and system instructions to AI agents
  • Manage multiple agent contexts and sessions
  • Chain agent reasoning steps using history
  • Build powerful AI workflows with fine-grained control

🧠 Key Features

  • Full REST API interface
  • Supports multi-turn conversations
  • Integrated system/user/assistant role structure
  • Agent state persistence
  • Fast and lightweight server ideal for production and experimentation

πŸ“¦ Use Cases

  • AI research & prompt engineering
  • Autonomous agent orchestration
  • Server-side inference pipelines
  • Custom AI assistants and LLM-based tools

βš™οΈ Setup

Add to~/.cursor/mcp.json:

{
  "mcpServers": {
    "cavalier-api": {
      "url": "https://docs.hudsonrock.com/mcp"
    }
  }
}


We're actively improving it, so please check out the docs and give us your feedback. Contributions and ideas welcome!

β†’ Explore the MCP Docs