Beta Program - 3 Months Free Business!

KirokuForms MCP API Documentation

The KirokuForms Model Context Protocol (MCP) API allows AI systems to interact with your forms, request human input, and receive real-time updates.

What is Model Context Protocol?

MCP is a standardized protocol that enables AI systems to seamlessly request human input when needed. KirokuForms implements MCP to provide structured human-in-the-loop capabilities for AI workflows, making it easy to integrate human oversight into automated processes.

Getting Started

Before You Start

To use the KirokuForms MCP API, you'll need an API key. API keys can be created in the Developer Dashboard. Make sure you have a KirokuForms account and have verified your email address.

Authentication

All API requests must include your API key in the Authorization header:

Authentication Header
Authorization: Bearer YOUR_API_KEY

Tools

The MCP API provides these tools for manipulating resources:

LangGraph Integration

KirokuForms integrates seamlessly with LangGraph for human-in-the-loop workflows:

Next Steps

Ready to get started? Here's what we recommend:

  1. Create an API key in your Developer Dashboard
  2. Try the Human-in-the-Loop API for basic HITL functionality
  3. Explore LangGraph integration for complex AI workflows
  4. Check out our example implementations