MCP Server
MCP
techmanual.ai
Search technical manuals for T&M, industrial automation, and power electronics equipment.
Install
uvx techmanual-client
Configuration Example
{
"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"
}
]
}
],
"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"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
pypi
By
Comments
Sign in to leave a comment