Data Collection
olyport.com
Retrieves economic data (GDP, personal income, employment) for US counties and metro areas from the BEA API.
ENDPOINT 1
https://mcp.olyport.com/bea/mcp
MCP server metadata
- Name
- bea
- Version
- 1.27.0
Known tools 5
get_county_personal_incomeGet personal income by county from the BEA Regional accounts (CAINC1 table).
Inferred read-onlyget_county_employmentGet total full-time and part-time employment by county from BEA (CAEMP25N table).
Inferred read-onlylist_available_tablesList all available Regional dataset table names from the BEA API.
Inferred read-onlyCONNECT 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.bea]
url = "https://mcp.olyport.com/bea/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bea": {
"type": "http",
"url": "https://mcp.olyport.com/bea/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bea
Remote MCP URL: https://mcp.olyport.com/bea/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": {
"bea": {
"url": "https://mcp.olyport.com/bea/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bea": {
"type": "http",
"url": "https://mcp.olyport.com/bea/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bea",
"transport": "streamable-http",
"url": "https://mcp.olyport.com/bea/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://mcp.olyport.com/bls/mcp
MCP server metadata
- Name
- bls-employment
- Version
- 1.26.0
Known tools 4
get_labor_force_dataGet labor force participation, employment, and unemployment counts for a state.
Inferred read-onlyget_county_employmentGet county-level unemployment rate, employment, and labor force data.
Inferred read-onlyCONNECT 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.bls-employment]
url = "https://mcp.olyport.com/bls/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bls-employment": {
"type": "http",
"url": "https://mcp.olyport.com/bls/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bls-employment
Remote MCP URL: https://mcp.olyport.com/bls/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": {
"bls-employment": {
"url": "https://mcp.olyport.com/bls/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bls-employment": {
"type": "http",
"url": "https://mcp.olyport.com/bls/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bls-employment",
"transport": "streamable-http",
"url": "https://mcp.olyport.com/bls/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 3
https://mcp.olyport.com/cdc-mmwr/mcp
MCP server metadata
- Name
- cdc-mmwr
- Version
- 1.26.0
Known tools 4
get_report_detailGet the full abstract and metadata of an MMWR article by PubMed ID.
Inferred read-onlyget_disease_surveillanceGet current surveillance data for a notifiable disease from MMWR/CDC.
Inferred read-onlyCONNECT 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.cdc-mmwr]
url = "https://mcp.olyport.com/cdc-mmwr/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cdc-mmwr": {
"type": "http",
"url": "https://mcp.olyport.com/cdc-mmwr/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cdc-mmwr
Remote MCP URL: https://mcp.olyport.com/cdc-mmwr/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": {
"cdc-mmwr": {
"url": "https://mcp.olyport.com/cdc-mmwr/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cdc-mmwr": {
"type": "http",
"url": "https://mcp.olyport.com/cdc-mmwr/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cdc-mmwr",
"transport": "streamable-http",
"url": "https://mcp.olyport.com/cdc-mmwr/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 4
https://mcp.olyport.com/cdc-places/mcp
MCP server metadata
- Name
- cdc-places
- Version
- 1.27.0
Known tools 5
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.cdc-places]
url = "https://mcp.olyport.com/cdc-places/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cdc-places": {
"type": "http",
"url": "https://mcp.olyport.com/cdc-places/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cdc-places
Remote MCP URL: https://mcp.olyport.com/cdc-places/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": {
"cdc-places": {
"url": "https://mcp.olyport.com/cdc-places/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cdc-places": {
"type": "http",
"url": "https://mcp.olyport.com/cdc-places/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cdc-places",
"transport": "streamable-http",
"url": "https://mcp.olyport.com/cdc-places/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 5
https://mcp.olyport.com/cdc-svi/mcp
MCP server metadata
- Name
- cdc-svi
- Version
- 1.26.0
Known tools 4
get_most_vulnerableGet the most vulnerable counties in a state ranked by SVI score.
Inferred read-onlyCONNECT 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.cdc-svi]
url = "https://mcp.olyport.com/cdc-svi/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cdc-svi": {
"type": "http",
"url": "https://mcp.olyport.com/cdc-svi/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cdc-svi
Remote MCP URL: https://mcp.olyport.com/cdc-svi/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": {
"cdc-svi": {
"url": "https://mcp.olyport.com/cdc-svi/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cdc-svi": {
"type": "http",
"url": "https://mcp.olyport.com/cdc-svi/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cdc-svi",
"transport": "streamable-http",
"url": "https://mcp.olyport.com/cdc-svi/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 6
https://mcp.olyport.com/cdc-wonder/mcp
MCP server metadata
- Name
- cdc-wonder
- Version
- 1.26.0
Known tools 5
get_leading_causes_of_deathGet leading causes of death with death counts and age-adjusted rates.
Inferred read-onlyget_mortality_by_stateCompare mortality rates across states for a specific cause or all causes.
Inferred read-onlyget_provisional_mortalityGet most recent provisional mortality data including COVID and other causes.
Inferred read-onlyCONNECT 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.cdc-wonder]
url = "https://mcp.olyport.com/cdc-wonder/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cdc-wonder": {
"type": "http",
"url": "https://mcp.olyport.com/cdc-wonder/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cdc-wonder
Remote MCP URL: https://mcp.olyport.com/cdc-wonder/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": {
"cdc-wonder": {
"url": "https://mcp.olyport.com/cdc-wonder/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cdc-wonder": {
"type": "http",
"url": "https://mcp.olyport.com/cdc-wonder/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cdc-wonder",
"transport": "streamable-http",
"url": "https://mcp.olyport.com/cdc-wonder/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 7
https://mcp.olyport.com/census/mcp
MCP server metadata
- Name
- census-acs
- Version
- 1.26.0
Known tools 5
get_county_demographicsGet demographic data for counties: population, median age, race, Hispanic origin, income, and poverty.
Inferred read-onlyget_county_economicsGet economic data for counties: income, poverty, home values, rent, and health insurance.
Inferred read-onlyCONNECT 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.census-acs]
url = "https://mcp.olyport.com/census/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"census-acs": {
"type": "http",
"url": "https://mcp.olyport.com/census/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: census-acs
Remote MCP URL: https://mcp.olyport.com/census/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": {
"census-acs": {
"url": "https://mcp.olyport.com/census/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"census-acs": {
"type": "http",
"url": "https://mcp.olyport.com/census/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "census-acs",
"transport": "streamable-http",
"url": "https://mcp.olyport.com/census/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 8
https://mcp.olyport.com/census-cbp/mcp
MCP server metadata
- Name
- census-cbp
- Version
- 1.27.0
Known tools 3
get_county_business_patternsGet business establishment, employment, and payroll data by county.
Inferred read-onlyCONNECT 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.census-cbp]
url = "https://mcp.olyport.com/census-cbp/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"census-cbp": {
"type": "http",
"url": "https://mcp.olyport.com/census-cbp/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: census-cbp
Remote MCP URL: https://mcp.olyport.com/census-cbp/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": {
"census-cbp": {
"url": "https://mcp.olyport.com/census-cbp/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"census-cbp": {
"type": "http",
"url": "https://mcp.olyport.com/census-cbp/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "census-cbp",
"transport": "streamable-http",
"url": "https://mcp.olyport.com/census-cbp/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 9
https://mcp.olyport.com/cms-medicare/mcp
MCP server metadata
- Name
- cms-medicare
- Version
- 1.26.0
Known tools 5
get_chronic_conditionsGet prevalence of chronic conditions among Medicare beneficiaries.
Inferred read-onlyCONNECT 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.cms-medicare]
url = "https://mcp.olyport.com/cms-medicare/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cms-medicare": {
"type": "http",
"url": "https://mcp.olyport.com/cms-medicare/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cms-medicare
Remote MCP URL: https://mcp.olyport.com/cms-medicare/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": {
"cms-medicare": {
"url": "https://mcp.olyport.com/cms-medicare/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cms-medicare": {
"type": "http",
"url": "https://mcp.olyport.com/cms-medicare/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cms-medicare",
"transport": "streamable-http",
"url": "https://mcp.olyport.com/cms-medicare/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 10
https://mcp.olyport.com/cochrane/mcp
MCP server metadata
- Name
- cochrane
- Version
- 1.26.0
Known tools 3
search_clinical_trialsSearch clinical trials related to a health condition via PubMed.
Inferred read-onlyCONNECT 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.cochrane]
url = "https://mcp.olyport.com/cochrane/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cochrane": {
"type": "http",
"url": "https://mcp.olyport.com/cochrane/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cochrane
Remote MCP URL: https://mcp.olyport.com/cochrane/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": {
"cochrane": {
"url": "https://mcp.olyport.com/cochrane/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cochrane": {
"type": "http",
"url": "https://mcp.olyport.com/cochrane/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cochrane",
"transport": "streamable-http",
"url": "https://mcp.olyport.com/cochrane/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 11
https://mcp.olyport.com/college-scorecard/mcp
MCP server metadata
- Name
- college-scorecard
- Version
- 1.26.0
Known tools 4
get_field_of_studyGet earnings and debt data by field of study from the College Scorecard.
Inferred read-onlyCONNECT 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.college-scorecard]
url = "https://mcp.olyport.com/college-scorecard/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"college-scorecard": {
"type": "http",
"url": "https://mcp.olyport.com/college-scorecard/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: college-scorecard
Remote MCP URL: https://mcp.olyport.com/college-scorecard/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": {
"college-scorecard": {
"url": "https://mcp.olyport.com/college-scorecard/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"college-scorecard": {
"type": "http",
"url": "https://mcp.olyport.com/college-scorecard/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "college-scorecard",
"transport": "streamable-http",
"url": "https://mcp.olyport.com/college-scorecard/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 12
https://mcp.olyport.com/drought/mcp
MCP server metadata
- Name
- drought-monitor
- Version
- 1.26.0
Known tools 3
get_drought_historyGet historical drought conditions over time from the US Drought Monitor.
Inferred read-onlyget_drought_summaryGet a national drought summary with total affected area percentages.
Inferred read-onlyCONNECT 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.drought-monitor]
url = "https://mcp.olyport.com/drought/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"drought-monitor": {
"type": "http",
"url": "https://mcp.olyport.com/drought/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: drought-monitor
Remote MCP URL: https://mcp.olyport.com/drought/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": {
"drought-monitor": {
"url": "https://mcp.olyport.com/drought/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"drought-monitor": {
"type": "http",
"url": "https://mcp.olyport.com/drought/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "drought-monitor",
"transport": "streamable-http",
"url": "https://mcp.olyport.com/drought/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 13
https://mcp.olyport.com/earthquake/mcp
MCP server metadata
- Name
- usgs-earthquake
- Version
- 1.26.0
Known tools 3
get_earthquake_detailGet full details of a specific earthquake event by its USGS event ID.
Inferred read-onlyCONNECT 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.usgs-earthquake]
url = "https://mcp.olyport.com/earthquake/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"usgs-earthquake": {
"type": "http",
"url": "https://mcp.olyport.com/earthquake/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: usgs-earthquake
Remote MCP URL: https://mcp.olyport.com/earthquake/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": {
"usgs-earthquake": {
"url": "https://mcp.olyport.com/earthquake/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"usgs-earthquake": {
"type": "http",
"url": "https://mcp.olyport.com/earthquake/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "usgs-earthquake",
"transport": "streamable-http",
"url": "https://mcp.olyport.com/earthquake/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 14
https://mcp.olyport.com/eia/mcp
MCP server metadata
- Name
- doe-eia
- Version
- 1.26.0
Known tools 4
get_electricity_dataGet electricity generation, consumption, or price data from the EIA.
Inferred read-onlyget_natural_gas_dataGet natural gas production, consumption, or price data from the EIA.
Inferred read-onlyget_state_energy_profileGet a comprehensive energy profile for a US state from the EIA.
Inferred read-onlyCONNECT 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.doe-eia]
url = "https://mcp.olyport.com/eia/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"doe-eia": {
"type": "http",
"url": "https://mcp.olyport.com/eia/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: doe-eia
Remote MCP URL: https://mcp.olyport.com/eia/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": {
"doe-eia": {
"url": "https://mcp.olyport.com/eia/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"doe-eia": {
"type": "http",
"url": "https://mcp.olyport.com/eia/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "doe-eia",
"transport": "streamable-http",
"url": "https://mcp.olyport.com/eia/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 15
https://mcp.olyport.com/ejscreen/mcp
MCP server metadata
- Name
- epa-ejscreen
- Version
- 1.26.0
Known tools 5
get_ej_data_by_locationGet EJScreen environmental justice data for a specific location.
Inferred read-onlyget_ej_state_summaryGet a state-level overview of EJ indicators across block groups.
Inferred read-onlyget_demographic_indicatorsGet demographic vulnerability indicators by block group.
Inferred read-onlyCONNECT 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.epa-ejscreen]
url = "https://mcp.olyport.com/ejscreen/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"epa-ejscreen": {
"type": "http",
"url": "https://mcp.olyport.com/ejscreen/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: epa-ejscreen
Remote MCP URL: https://mcp.olyport.com/ejscreen/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": {
"epa-ejscreen": {
"url": "https://mcp.olyport.com/ejscreen/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"epa-ejscreen": {
"type": "http",
"url": "https://mcp.olyport.com/ejscreen/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "epa-ejscreen",
"transport": "streamable-http",
"url": "https://mcp.olyport.com/ejscreen/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 16
https://mcp.olyport.com/epa/mcp
MCP server metadata
- Name
- epa-airquality
- Version
- 1.26.0
Known tools 5
get_superfund_sitesGet active Superfund (National Priorities List) sites in a state.
Inferred read-onlyCONNECT 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.epa-airquality]
url = "https://mcp.olyport.com/epa/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"epa-airquality": {
"type": "http",
"url": "https://mcp.olyport.com/epa/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: epa-airquality
Remote MCP URL: https://mcp.olyport.com/epa/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": {
"epa-airquality": {
"url": "https://mcp.olyport.com/epa/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"epa-airquality": {
"type": "http",
"url": "https://mcp.olyport.com/epa/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "epa-airquality",
"transport": "streamable-http",
"url": "https://mcp.olyport.com/epa/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 17
https://mcp.olyport.com/fbi-crime/mcp
MCP server metadata
- Name
- fbi-crime
- Version
- 1.26.0
Known tools 4
get_state_crime_estimatesGet FBI crime estimates for a US state over a range of years.
Inferred read-onlyget_national_crime_estimatesGet national FBI crime trend estimates over a range of years.
Inferred read-onlycompare_state_crimeCompare crime rates across multiple US states for a single year.
Inferred read-onlyCONNECT 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.fbi-crime]
url = "https://mcp.olyport.com/fbi-crime/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fbi-crime": {
"type": "http",
"url": "https://mcp.olyport.com/fbi-crime/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fbi-crime
Remote MCP URL: https://mcp.olyport.com/fbi-crime/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": {
"fbi-crime": {
"url": "https://mcp.olyport.com/fbi-crime/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fbi-crime": {
"type": "http",
"url": "https://mcp.olyport.com/fbi-crime/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fbi-crime",
"transport": "streamable-http",
"url": "https://mcp.olyport.com/fbi-crime/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 18
https://mcp.olyport.com/fbi-nibrs/mcp
MCP server metadata
- Name
- fbi-nibrs
- Version
- 1.27.0
Known tools 4
get_violent_incident_estimatesGet national estimates of violent crime incidents from NIBRS.
Inferred read-onlyget_property_incident_estimatesGet national estimates of property crime incidents from NIBRS.
Inferred read-onlyget_offense_estimatesGet NIBRS offense-level estimates (person or property crimes).
Inferred read-onlyCONNECT 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.fbi-nibrs]
url = "https://mcp.olyport.com/fbi-nibrs/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fbi-nibrs": {
"type": "http",
"url": "https://mcp.olyport.com/fbi-nibrs/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fbi-nibrs
Remote MCP URL: https://mcp.olyport.com/fbi-nibrs/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": {
"fbi-nibrs": {
"url": "https://mcp.olyport.com/fbi-nibrs/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fbi-nibrs": {
"type": "http",
"url": "https://mcp.olyport.com/fbi-nibrs/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fbi-nibrs",
"transport": "streamable-http",
"url": "https://mcp.olyport.com/fbi-nibrs/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 19
https://mcp.olyport.com/fcc-broadband/mcp
MCP server metadata
- Name
- fcc-broadband
- Version
- 1.27.0
Known tools 4
get_broadband_by_locationGet broadband providers and availability at a specific lat/lon location.
Inferred read-onlyget_broadband_summary_by_countyGet broadband availability statistics for a county.
Inferred read-onlyCONNECT 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.fcc-broadband]
url = "https://mcp.olyport.com/fcc-broadband/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fcc-broadband": {
"type": "http",
"url": "https://mcp.olyport.com/fcc-broadband/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fcc-broadband
Remote MCP URL: https://mcp.olyport.com/fcc-broadband/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": {
"fcc-broadband": {
"url": "https://mcp.olyport.com/fcc-broadband/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fcc-broadband": {
"type": "http",
"url": "https://mcp.olyport.com/fcc-broadband/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fcc-broadband",
"transport": "streamable-http",
"url": "https://mcp.olyport.com/fcc-broadband/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 20
https://mcp.olyport.com/fdic-bankfind/mcp
MCP server metadata
- Name
- fdic-bankfind
- Version
- 1.27.0
Known tools 5
get_institutionGet detailed financial information for a specific FDIC-insured institution.
Inferred read-onlyCONNECT 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.fdic-bankfind]
url = "https://mcp.olyport.com/fdic-bankfind/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fdic-bankfind": {
"type": "http",
"url": "https://mcp.olyport.com/fdic-bankfind/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fdic-bankfind
Remote MCP URL: https://mcp.olyport.com/fdic-bankfind/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": {
"fdic-bankfind": {
"url": "https://mcp.olyport.com/fdic-bankfind/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fdic-bankfind": {
"type": "http",
"url": "https://mcp.olyport.com/fdic-bankfind/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fdic-bankfind",
"transport": "streamable-http",
"url": "https://mcp.olyport.com/fdic-bankfind/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 21
https://mcp.olyport.com/fema/mcp
MCP server metadata
- Name
- fema-disasters
- Version
- 1.26.0
Known tools 5
get_disaster_declarationsGet FEMA disaster declarations filtered by state, year, or type.
Inferred read-onlyget_disaster_detailGet detailed information about a specific FEMA disaster declaration.
Inferred read-onlyget_public_assistanceGet FEMA Public Assistance (PA) grant data for disaster recovery.
Inferred read-onlyget_individual_assistanceGet FEMA Individual and Households Program (IHP) assistance data.
Inferred read-onlyCONNECT 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.fema-disasters]
url = "https://mcp.olyport.com/fema/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fema-disasters": {
"type": "http",
"url": "https://mcp.olyport.com/fema/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fema-disasters
Remote MCP URL: https://mcp.olyport.com/fema/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": {
"fema-disasters": {
"url": "https://mcp.olyport.com/fema/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fema-disasters": {
"type": "http",
"url": "https://mcp.olyport.com/fema/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fema-disasters",
"transport": "streamable-http",
"url": "https://mcp.olyport.com/fema/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 22
https://mcp.olyport.com/fred/mcp
MCP server metadata
- Name
- fred
- Version
- 1.27.0
Known tools 5
get_series_observationsGet time series observations (data points) for a FRED series.
Inferred read-onlyCONNECT 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.fred]
url = "https://mcp.olyport.com/fred/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fred": {
"type": "http",
"url": "https://mcp.olyport.com/fred/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fred
Remote MCP URL: https://mcp.olyport.com/fred/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": {
"fred": {
"url": "https://mcp.olyport.com/fred/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fred": {
"type": "http",
"url": "https://mcp.olyport.com/fred/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fred",
"transport": "streamable-http",
"url": "https://mcp.olyport.com/fred/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 23
https://mcp.olyport.com/hmda/mcp
MCP server metadata
- Name
- hmda
- Version
- 1.26.0
Known tools 4
get_aggregate_statsGet aggregate mortgage lending statistics for a geographic area.
Inferred read-onlyget_lending_by_raceGet mortgage lending patterns disaggregated by race and ethnicity.
Inferred read-onlyCONNECT 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.hmda]
url = "https://mcp.olyport.com/hmda/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hmda": {
"type": "http",
"url": "https://mcp.olyport.com/hmda/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hmda
Remote MCP URL: https://mcp.olyport.com/hmda/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": {
"hmda": {
"url": "https://mcp.olyport.com/hmda/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hmda": {
"type": "http",
"url": "https://mcp.olyport.com/hmda/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hmda",
"transport": "streamable-http",
"url": "https://mcp.olyport.com/hmda/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 24
https://mcp.olyport.com/hud-housing/mcp
MCP server metadata
- Name
- hud-housing
- Version
- 1.26.0
Known tools 5
get_housing_vouchersGet Housing Choice Voucher (Section 8) program data by Public Housing Agency.
Inferred read-onlyget_homeless_dataGet Point-in-Time (PIT) homeless count data by Continuum of Care region.
Inferred read-onlyCONNECT 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.hud-housing]
url = "https://mcp.olyport.com/hud-housing/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hud-housing": {
"type": "http",
"url": "https://mcp.olyport.com/hud-housing/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hud-housing
Remote MCP URL: https://mcp.olyport.com/hud-housing/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": {
"hud-housing": {
"url": "https://mcp.olyport.com/hud-housing/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hud-housing": {
"type": "http",
"url": "https://mcp.olyport.com/hud-housing/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hud-housing",
"transport": "streamable-http",
"url": "https://mcp.olyport.com/hud-housing/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 25
https://mcp.olyport.com/irs-990/mcp
MCP server metadata
- Name
- irs-990
- Version
- 1.27.0
Known tools 3
get_nonprofit_detailsGet detailed information about a nonprofit organization by EIN.
Inferred read-onlyCONNECT 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.irs-990]
url = "https://mcp.olyport.com/irs-990/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"irs-990": {
"type": "http",
"url": "https://mcp.olyport.com/irs-990/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: irs-990
Remote MCP URL: https://mcp.olyport.com/irs-990/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": {
"irs-990": {
"url": "https://mcp.olyport.com/irs-990/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"irs-990": {
"type": "http",
"url": "https://mcp.olyport.com/irs-990/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "irs-990",
"transport": "streamable-http",
"url": "https://mcp.olyport.com/irs-990/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 26
https://mcp.olyport.com/nces-education/mcp
MCP server metadata
- Name
- nces-education
- Version
- 1.26.0
Known tools 5
get_schoolsSearch schools with enrollment, Title I status, type (charter/magnet/regular), and teacher counts.
Inferred read-onlyget_district_financeGet district-level financial data: total revenue, expenditures, per-pupil spending, federal/state/local revenue breakdown.
Inferred read-onlyget_district_overviewGet district directory overview: district name, student count, school count, teachers, locale type.
Inferred read-onlyCONNECT 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.nces-education]
url = "https://mcp.olyport.com/nces-education/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"nces-education": {
"type": "http",
"url": "https://mcp.olyport.com/nces-education/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: nces-education
Remote MCP URL: https://mcp.olyport.com/nces-education/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": {
"nces-education": {
"url": "https://mcp.olyport.com/nces-education/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"nces-education": {
"type": "http",
"url": "https://mcp.olyport.com/nces-education/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "nces-education",
"transport": "streamable-http",
"url": "https://mcp.olyport.com/nces-education/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 27
https://mcp.olyport.com/nhtsa/mcp
MCP server metadata
- Name
- nhtsa
- Version
- 1.26.0
Known tools 6
get_crash_statisticsGet fatal crash statistics from the NHTSA Fatality Analysis Reporting System (FARS).
Inferred read-onlycomplaint_trends_by_componentGet complaint counts by vehicle component for a specific make/model/year.
Inferred read-onlylocal_vehicle_safety_profileGet a vehicle safety profile using national complaint and recall trends.
Inferred read-onlyCONNECT 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.nhtsa]
url = "https://mcp.olyport.com/nhtsa/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"nhtsa": {
"type": "http",
"url": "https://mcp.olyport.com/nhtsa/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: nhtsa
Remote MCP URL: https://mcp.olyport.com/nhtsa/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": {
"nhtsa": {
"url": "https://mcp.olyport.com/nhtsa/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"nhtsa": {
"type": "http",
"url": "https://mcp.olyport.com/nhtsa/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "nhtsa",
"transport": "streamable-http",
"url": "https://mcp.olyport.com/nhtsa/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 28
https://mcp.olyport.com/noaa-climate/mcp
MCP server metadata
- Name
- noaa-climate
- Version
- 1.26.0
Known tools 3
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.noaa-climate]
url = "https://mcp.olyport.com/noaa-climate/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"noaa-climate": {
"type": "http",
"url": "https://mcp.olyport.com/noaa-climate/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: noaa-climate
Remote MCP URL: https://mcp.olyport.com/noaa-climate/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": {
"noaa-climate": {
"url": "https://mcp.olyport.com/noaa-climate/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"noaa-climate": {
"type": "http",
"url": "https://mcp.olyport.com/noaa-climate/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "noaa-climate",
"transport": "streamable-http",
"url": "https://mcp.olyport.com/noaa-climate/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 29
https://mcp.olyport.com/nws-alerts/mcp
MCP server metadata
- Name
- nws-alerts
- Version
- 1.26.0
Known tools 3
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.nws-alerts]
url = "https://mcp.olyport.com/nws-alerts/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"nws-alerts": {
"type": "http",
"url": "https://mcp.olyport.com/nws-alerts/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: nws-alerts
Remote MCP URL: https://mcp.olyport.com/nws-alerts/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": {
"nws-alerts": {
"url": "https://mcp.olyport.com/nws-alerts/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"nws-alerts": {
"type": "http",
"url": "https://mcp.olyport.com/nws-alerts/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "nws-alerts",
"transport": "streamable-http",
"url": "https://mcp.olyport.com/nws-alerts/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 30
https://mcp.olyport.com/onet/mcp
MCP server metadata
- Name
- onet
- Version
- 1.26.0
Known tools 4
get_career_outlookGet employment projections and career outlook for an O*NET occupation.
Inferred read-onlyCONNECT 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.onet]
url = "https://mcp.olyport.com/onet/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"onet": {
"type": "http",
"url": "https://mcp.olyport.com/onet/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: onet
Remote MCP URL: https://mcp.olyport.com/onet/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": {
"onet": {
"url": "https://mcp.olyport.com/onet/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"onet": {
"type": "http",
"url": "https://mcp.olyport.com/onet/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "onet",
"transport": "streamable-http",
"url": "https://mcp.olyport.com/onet/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 31
https://mcp.olyport.com/pubmed/mcp
MCP server metadata
- Name
- pubmed
- Version
- 1.27.0
Known tools 5
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.pubmed]
url = "https://mcp.olyport.com/pubmed/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"pubmed": {
"type": "http",
"url": "https://mcp.olyport.com/pubmed/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: pubmed
Remote MCP URL: https://mcp.olyport.com/pubmed/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": {
"pubmed": {
"url": "https://mcp.olyport.com/pubmed/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"pubmed": {
"type": "http",
"url": "https://mcp.olyport.com/pubmed/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "pubmed",
"transport": "streamable-http",
"url": "https://mcp.olyport.com/pubmed/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 32
https://mcp.olyport.com/usda-food/mcp
MCP server metadata
- Name
- usda-food
- Version
- 1.26.0
Known tools 4
get_snap_participationGet SNAP/food stamp household participation by county using Census ACS Table B22001.
Inferred read-onlyget_food_insecurity_indicatorsGet food-related economic indicators as proxies for food insecurity by county.
Inferred read-onlyget_food_environmentGet county-level food access risk profiles using Census ACS data.
Inferred read-onlyget_agricultural_dataGet USDA NASS QuickStats data on agricultural production by state.
Inferred read-onlyCONNECT 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.usda-food]
url = "https://mcp.olyport.com/usda-food/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"usda-food": {
"type": "http",
"url": "https://mcp.olyport.com/usda-food/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: usda-food
Remote MCP URL: https://mcp.olyport.com/usda-food/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": {
"usda-food": {
"url": "https://mcp.olyport.com/usda-food/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"usda-food": {
"type": "http",
"url": "https://mcp.olyport.com/usda-food/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "usda-food",
"transport": "streamable-http",
"url": "https://mcp.olyport.com/usda-food/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 33
https://mcp.olyport.com/va-healthcare/mcp
MCP server metadata
- Name
- va-healthcare
- Version
- 1.26.0
Known tools 3
find_va_facilitiesFind VA (Department of Veterans Affairs) facilities by location.
Inferred read-onlyCONNECT 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.va-healthcare]
url = "https://mcp.olyport.com/va-healthcare/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"va-healthcare": {
"type": "http",
"url": "https://mcp.olyport.com/va-healthcare/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: va-healthcare
Remote MCP URL: https://mcp.olyport.com/va-healthcare/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": {
"va-healthcare": {
"url": "https://mcp.olyport.com/va-healthcare/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"va-healthcare": {
"type": "http",
"url": "https://mcp.olyport.com/va-healthcare/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "va-healthcare",
"transport": "streamable-http",
"url": "https://mcp.olyport.com/va-healthcare/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 34
https://mcp.olyport.com/water/mcp
MCP server metadata
- Name
- usgs-water
- Version
- 1.26.0
Known tools 3
get_water_levelsGet recent water level and streamflow data for a USGS monitoring site.
Inferred read-onlyget_flood_statusGet current flood conditions for USGS monitoring sites in a state.
Inferred read-onlyCONNECT 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.usgs-water]
url = "https://mcp.olyport.com/water/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"usgs-water": {
"type": "http",
"url": "https://mcp.olyport.com/water/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: usgs-water
Remote MCP URL: https://mcp.olyport.com/water/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": {
"usgs-water": {
"url": "https://mcp.olyport.com/water/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"usgs-water": {
"type": "http",
"url": "https://mcp.olyport.com/water/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "usgs-water",
"transport": "streamable-http",
"url": "https://mcp.olyport.com/water/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 35
https://mcp.olyport.com/wildfire/mcp
MCP server metadata
- Name
- nifc-wildfire
- Version
- 1.26.0
Known tools 3
get_fire_statsGet wildfire statistics summary including total fires and acres burned.
Inferred read-onlyCONNECT 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.nifc-wildfire]
url = "https://mcp.olyport.com/wildfire/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"nifc-wildfire": {
"type": "http",
"url": "https://mcp.olyport.com/wildfire/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: nifc-wildfire
Remote MCP URL: https://mcp.olyport.com/wildfire/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": {
"nifc-wildfire": {
"url": "https://mcp.olyport.com/wildfire/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"nifc-wildfire": {
"type": "http",
"url": "https://mcp.olyport.com/wildfire/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "nifc-wildfire",
"transport": "streamable-http",
"url": "https://mcp.olyport.com/wildfire/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 36
https://mcp.olyport.com/hrsa/mcp
Known tools 0
No tool metadata was available in the registry cache.
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.olyport-com]
url = "https://mcp.olyport.com/hrsa/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"olyport-com": {
"type": "http",
"url": "https://mcp.olyport.com/hrsa/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: olyport-com
Remote MCP URL: https://mcp.olyport.com/hrsa/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": {
"olyport-com": {
"url": "https://mcp.olyport.com/hrsa/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"olyport-com": {
"type": "http",
"url": "https://mcp.olyport.com/hrsa/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "olyport-com",
"transport": "streamable-http",
"url": "https://mcp.olyport.com/hrsa/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 37
https://mcp.olyport.com/samhsa/mcp
Known tools 0
No tool metadata was available in the registry cache.
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.olyport-com]
url = "https://mcp.olyport.com/samhsa/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"olyport-com": {
"type": "http",
"url": "https://mcp.olyport.com/samhsa/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: olyport-com
Remote MCP URL: https://mcp.olyport.com/samhsa/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": {
"olyport-com": {
"url": "https://mcp.olyport.com/samhsa/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"olyport-com": {
"type": "http",
"url": "https://mcp.olyport.com/samhsa/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "olyport-com",
"transport": "streamable-http",
"url": "https://mcp.olyport.com/samhsa/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 38
https://mcp.olyport.com/treatment-locator/mcp
Known tools 0
No tool metadata was available in the registry cache.
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.olyport-com]
url = "https://mcp.olyport.com/treatment-locator/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"olyport-com": {
"type": "http",
"url": "https://mcp.olyport.com/treatment-locator/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: olyport-com
Remote MCP URL: https://mcp.olyport.com/treatment-locator/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": {
"olyport-com": {
"url": "https://mcp.olyport.com/treatment-locator/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"olyport-com": {
"type": "http",
"url": "https://mcp.olyport.com/treatment-locator/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "olyport-com",
"transport": "streamable-http",
"url": "https://mcp.olyport.com/treatment-locator/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for olyport.com was fetched 2026-08-05T13:56:39.861Z and is being refreshed.
olyport.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.