Skip to main content
Glama

DoorProfit Crime & Neighborhood Data

Ownership verified

Server Details

US crime scores, incidents, neighborhood demographics, rent data, and offender search by address.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.

Tool Definition Quality

Score is being calculated. Check back soon.

Available Tools

4 tools
get_api_usageCheck API Usage & Quota
Read-onlyIdempotent
Inspect

Get the current plan, monthly/daily API call usage, remaining quota, and reset times for the configured DoorProfit API key. Free: does NOT consume quota. Call this when the user asks about their remaining calls or hits a quota error.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Output Schema

ParametersJSON Schema
NameRequiredDescription
dataNo
successYes
get_crime_dataGet Crime Data & Safety Score
Read-onlyIdempotent
Inspect

Get the crime safety score (A+ through F), crime breakdown vs national average, and recent crime incidents within 1000ft of a US address or coordinates. Use this to answer questions like "is this address/neighborhood safe?". Consumes 1 API call from the user's DoorProfit quota.

ParametersJSON Schema
NameRequiredDescriptionDefault
latNoLatitude (use together with lng, as an alternative to address).
lngNoLongitude (use together with lat, as an alternative to address).
addressNoFull US street address, e.g. "500 Adams St, Tulsa, OK". Provide either address OR lat+lng.

Output Schema

ParametersJSON Schema
NameRequiredDescription
successYes
locationNoThe resolved location for the query.
incidentsNoRecent crime incidents near the location.
test_modeNoTrue when querying the free test address.
crime_scoreNoLetter safety grade from A+ (safest) to F.
crime_numericNo0-1 scale where 1 is safest.
crime_breakdownNoPer-crime-type comparison vs the national average (e.g. assault, burglary, theft).
crime_descriptionNoHuman-readable explanation of the score.
get_neighborhood_dataGet Neighborhood Demographics & Economics
Read-onlyIdempotent
Inspect

Get comprehensive neighborhood data for a US address or coordinates: demographics, median income, housing values, rent estimates, education, cost of living, weather, and natural disaster risk. Consumes 1 API call from the user's DoorProfit quota.

ParametersJSON Schema
NameRequiredDescriptionDefault
latNoLatitude (use together with lng, as an alternative to address).
lngNoLongitude (use together with lat, as an alternative to address).
addressNoFull US street address, e.g. "500 Adams St, Tulsa, OK". Provide either address OR lat+lng.

Output Schema

ParametersJSON Schema
NameRequiredDescription
successYes
locationNoThe resolved location for the query.
test_modeNoTrue when querying the free test address.
neighborhoodNoNeighborhood data; null when no data exists for the location.
search_offendersSearch Registered Offenders
Read-onlyIdempotent
Inspect

Search registered offenders near a US location (address or lat/lng, radius up to 3 miles) or by name (first_name/last_name/dob, optionally filtered by city/state/zipcode). Consumes 1 API call from the user's DoorProfit quota.

ParametersJSON Schema
NameRequiredDescriptionDefault
dobNoDate of birth, YYYY-MM-DD.
latNoLatitude (use together with lng, as an alternative to address).
lngNoLongitude (use together with lat, as an alternative to address).
cityNoCity filter for name-based searches.
pageNoPage number (default 1).
limitNoResults per page (default 50, max 100).
stateNoTwo-letter state code filter, e.g. "OK".
radiusNoSearch radius in miles for location searches (default 1, max 3).
addressNoFull US street address, e.g. "500 Adams St, Tulsa, OK". Provide either address OR lat+lng.
zipcodeNoZipcode filter for name-based searches.
last_nameNoLast name for name-based searches.
first_nameNoFirst name for name-based searches.

Output Schema

ParametersJSON Schema
NameRequiredDescription
pageNo
radiusNoSearch radius in miles (location searches only).
successYes
offendersNo
test_modeNo
search_typeNo"gis" for location searches, "name" for name searches.
total_countNoTotal matching results.
total_pagesNo
offenders_countNoResults on this page.

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources