MCP Server
MCP
io.github.amadeuserras/leaseclear-mcp
MCP server for LeaseClear lease Q&A.
Install
uvx leaseclear-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "leaseclear-mcp",
"version": "0.1.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your LeaseClear API key. Omit for demo mode.",
"format": "string",
"isSecret": true,
"name": "LEASECLEAR_API_KEY"
},
{
"description": "Override the LeaseClear API URL.",
"format": "string",
"name": "LEASECLEAR_API_URL"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment