Server Details
Crime estimates by type, state arrest data, and national crime trends from the FBI UCR
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
See and control every tool call
Available Tools
4 toolscompare_state_crimeInspect
Compare crime rates across multiple US states for a single year.
Fetches crime estimates for each state and returns them side by side
for easy comparison. Useful for grant narratives requiring regional context.
Args:
states: Comma-separated two-letter state abbreviations (e.g. 'CA,TX,NY').
crime_type: Type of crime to compare. Options: violent-crime, property-crime,
burglary, larceny, motor-vehicle-theft, homicide, robbery,
aggravated-assault. Default: violent-crime.
year: The year to compare (default 2022).| Name | Required | Description | Default |
|---|---|---|---|
| year | No | ||
| states | Yes | ||
| crime_type | No | violent-crime |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
get_national_crime_estimatesInspect
Get national FBI crime trend estimates over a range of years.
Returns annual national crime estimate data from the FBI Crime Data
Explorer for the specified crime category.
Args:
crime_type: Type of crime to query. Options: violent-crime, property-crime,
burglary, larceny, motor-vehicle-theft, homicide, robbery,
aggravated-assault. Default: violent-crime.
from_year: Start year for the data range (default 2015).
to_year: End year for the data range (default 2023).| Name | Required | Description | Default |
|---|---|---|---|
| to_year | No | ||
| from_year | No | ||
| crime_type | No | violent-crime |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
get_state_arrestsInspect
Get arrest data for a US state by offense category.
Returns arrest statistics from the FBI Crime Data Explorer broken down
by offense category for the specified state and year range.
Args:
state: Two-letter US state abbreviation (e.g. 'CA', 'TX', 'NY').
from_year: Start year for the data range (default 2015).
to_year: End year for the data range (default 2023).| Name | Required | Description | Default |
|---|---|---|---|
| state | Yes | ||
| to_year | No | ||
| from_year | No |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
get_state_crime_estimatesInspect
Get FBI crime estimates for a US state over a range of years.
Returns annual crime estimate data from the FBI Crime Data Explorer
for the specified state and crime category.
Args:
state: Two-letter US state abbreviation (e.g. 'CA', 'TX', 'NY').
crime_type: Type of crime to query. Options: violent-crime, property-crime,
burglary, larceny, motor-vehicle-theft, homicide, robbery,
aggravated-assault. Default: violent-crime.
from_year: Start year for the data range (default 2015).
to_year: End year for the data range (default 2023).| Name | Required | Description | Default |
|---|---|---|---|
| state | Yes | ||
| to_year | No | ||
| from_year | No | ||
| crime_type | No | violent-crime |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
Verify Ownership
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.
Last verification attempt failed.
getaddrinfo ENOTFOUND mcp.olyport.com
Control your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!