io.github.Estaite-Solutions/estaite-mcp✓
io.github.Estaite-Solutions/estaite-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": "io.github.Estaite-Solutions/estaite-mcp",
"description": "Current US rental market data for AI agents: 1,500+ submarkets, monthly rent + vacancy + trends.",
"repository": {
"url": "https://github.com/Estaite-Solutions/estaite-mcp",
"source": "github"
},
"version": "1.0.0",
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.estaite.com",
"headers": [
{
"description": "Your Estaite API key — get one free at https://estaite.com/developers",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "x-api-key"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}