MCP Protocol

MCP Protocol Documentation

Integrate Ainoflow services with AI agents via Model Context Protocol

What is MCP?

Model Context Protocol (MCP) is a standard for connecting AI assistants to external tools and services. It enables your AI agents to access document conversion, JSON storage, and other services directly.

Ainoflow provides MCP servers that integrate seamlessly with OpenAI Agent Builder, Claude Desktop, and Cursor IDE.

MCP Server Reference

Shield MCP
Idempotency and execution protection for AI agents

MCP Server URL

https://mcp.ainoflow.io/mcp/v1/shield

Available Tools

  • shield_acquire - Acquire lock for idempotency protection
  • shield_complete - Mark task as completed
  • shield_renew, shield_status - Heartbeat and status check
Guard MCP
Rate limiting and cost control for AI agents

MCP Server URL

https://mcp.ainoflow.io/mcp/v1/guard

Available Tools

  • guard_check - Check rate limit and increment counter
  • guard_status - Read counter without incrementing
  • guard_reset - Reset counters for debugging
Inbox MCP
Email receiving and processing for AI agents

MCP Server URL

https://mcp.ainoflow.io/mcp/v1/inbox

Available Tools

  • inbox_messages - List email messages with content
  • inbox_attachment_url - Get attachment download URL
  • inbox_handle_message - Mark message as handled
  • inbox_delete_message - Delete processed messages
Convert MCP
Document conversion, OCR, and audio transcription

MCP Server URL

https://mcp.ainoflow.io/mcp/v1/convert

Available Tools

  • submit_file_url - Submit file from URL for OCR or transcription
  • OCR and audio transcription, 60+ languages
  • Pre-signed URLs for result downloads
Storage MCP
JSON object storage for AI agent memory

MCP Server URL

https://mcp.ainoflow.io/mcp/v1/storage/json

Available Tools

  • storage_json_create - Create with auto-generated key
  • storage_json_upsert - Create/update with explicit key
  • storage_json_get, delete, list_keys, get_metadata
Files MCP
Binary file storage for AI agents

MCP Server URL

https://mcp.ainoflow.io/mcp/v1/files

Available Tools

  • files_upload - Upload with auto-generated or explicit key
  • files_get_metadata, files_get_url, files_list, files_delete
  • Pre-signed URLs and category organization
Quick Start
Get started with MCP in minutes

1. Get your API Key

Sign up and generate an API key from your dashboard.

2. Configure MCP Client

Add Ainoflow MCP server to your client configuration:

3. Start Using

Your AI agent can now access Ainoflow tools directly!

Shield MCP Documentation

Complete guide for idempotency and execution protection via MCP protocol.

View Shield Docs
Guard MCP Documentation

Complete guide for rate limiting and cost control via MCP protocol.

View Guard Docs
Inbox MCP Documentation

Complete guide for email receiving and processing via MCP protocol.

View Inbox Docs
Convert MCP Documentation

Complete guide for document conversion, OCR, and format transformation via MCP protocol.

View Convert Docs
Storage MCP Documentation

Complete guide for JSON storage, agent memory, and state management via MCP protocol.

View Storage Docs
Files MCP Documentation

Complete guide for binary file storage and management via MCP protocol.

View Files Docs
Learn More About MCP

Ready to integrate MCP?

Sign up for free and start using Ainoflow services with your AI agents