MCP0
Explore MCPs
Back to Home
Create Model Context Protocol
JSON Editor
Form Builder
Templates
Test
MCP JSON Editor
Edit your Model Context Protocol JSON directly
{ "schema_version": "v1", "metadata": { "name": "My MCP", "description": "A custom Model Context Protocol" }, "tools": [ { "name": "example_tool", "description": "An example tool", "input_schema": { "type": "object", "properties": { "query": { "type": "string", "description": "Input parameter" } }, "required": ["query"] }, "output_schema": { "type": "object", "properties": { "result": { "type": "string", "description": "Output result" } } } } ] }
Copy
Download JSON
Validate
Save MCP