techmanual.ai✓
io.github.techmanual-ai/techmanual · v0.2.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.techmanual-ai/techmanual",
"description": "Search technical manuals for T&M, industrial automation, and power electronics equipment.",
"title": "techmanual.ai",
"repository": {
"url": "https://github.com/techmanual-ai/techmanual.ai",
"source": "github"
},
"version": "0.2.1",
"packages": [
{
"registryType": "pypi",
"identifier": "techmanual-client",
"version": "0.2.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "API key for techmanual.ai. Get a free key instantly at https://techmanual.ai/setup (no account required).",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "TMAI_API_KEY"
},
{
"description": "Base URL for the techmanual.ai API. Defaults to https://api.techmanual.ai if not set.",
"format": "string",
"name": "TMAI_API_URL"
}
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.techmanual.ai/mcp/",
"headers": [
{
"description": "API key for techmanual.ai. Get a free key instantly at https://techmanual.ai/setup (no account required). Format: Bearer tmai_...",
"isRequired": true,
"isSecret": true,
"name": "Authorization"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}