INDIVIDUAL MCP TOOL
get_api_usage
Report the plan, monthly and daily call usage, remaining quota, reset times, rate limit and overage status for the DoorProfit API key authenticating this session.
LIVE ENDPOINT
https://api.doorprofit.com/mcp
Connect to this endpoint to inspect the live schema for get_api_usage and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.doorprofit]
url = "https://api.doorprofit.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"doorprofit": {
"type": "http",
"url": "https://api.doorprofit.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: doorprofit
Remote MCP URL: https://api.doorprofit.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"doorprofit": {
"url": "https://api.doorprofit.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"doorprofit": {
"type": "http",
"url": "https://api.doorprofit.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "doorprofit",
"transport": "streamable-http",
"url": "https://api.doorprofit.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_crime_data— Crime safety grade and incident history for one US address or coordinate pair: a letter score (A+ safest through F), a per-crime-type breakdown against the national average, and the individual incidents recorded within 1000ft over a rolling 90-day window.get_neighborhood_data— Profile of the neighborhood (or census block group) containing one US address or coordinate pair: demographics, median household income, home values, rent by bedroom count, education attainment, cost-of-living indices, climate and natural-disaster risk.search_offenders— Search US registered offenders in one of two modes.