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:
Authorization: Bearer YOUR_API_KEY
Tools
The MCP API provides these tools for manipulating resources:
- Form Generation - Create forms dynamically from descriptions and context
- Human-in-the-Loop - Request human input through forms when needed
LangGraph Integration
KirokuForms integrates seamlessly with LangGraph for human-in-the-loop workflows:
- LangGraph Integration Guide - Learn how to integrate with LangGraph workflows
- LangGraph Examples - Example workflows with KirokuForms HITL integration
Next Steps
Ready to get started? Here's what we recommend:
- Create an API key in your Developer Dashboard
- Try the Human-in-the-Loop API for basic HITL functionality
- Explore LangGraph integration for complex AI workflows
- Check out our example implementations