Drafto✓
eu.drafto/mcp · v1.0.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "eu.drafto/mcp",
"description": "Create, read, search, and organize your Drafto notes and notebooks.",
"title": "Drafto",
"repository": {
"url": "https://github.com/JakubAnderwald/drafto",
"source": "github"
},
"version": "1.0.0",
"remotes": [
{
"type": "streamable-http",
"url": "https://drafto.eu/api/mcp",
"headers": [
{
"description": "Bearer token — generate an API key at drafto.eu/settings",
"isRequired": true,
"isSecret": true,
"name": "Authorization"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}