← Registry

Data Collection

olyport.com

Retrieves economic data (GDP, personal income, employment) for US counties and metro areas from the BEA API.

38 endpoints145 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://mcp.olyport.com/bea/mcp

No auth detected

MCP server metadata

Name
bea
Version
1.27.0
Capabilities
experimentalpromptsresourcestools

Known tools 5

get_county_gdp

Get GDP by county from the BEA Regional accounts (CAGDP1 table).

Inferred read-only
get_county_personal_income

Get personal income by county from the BEA Regional accounts (CAINC1 table).

Inferred read-only
get_county_employment

Get total full-time and part-time employment by county from BEA (CAEMP25N table).

Inferred read-only
get_metro_gdp

Get GDP by metropolitan statistical area from BEA (MAGDP1 table).

Inferred read-only
list_available_tables

List all available Regional dataset table names from the BEA API.

Inferred read-only

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.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

No auth detected

MCP server metadata

Name
bls-employment
Version
1.26.0
Capabilities
experimentalpromptsresourcestools

Known tools 4

get_unemployment_rate

Get unemployment rate time series from BLS LAUS data.

Inferred read-only
get_labor_force_data

Get labor force participation, employment, and unemployment counts for a state.

Inferred read-only
get_cpi_data

Get national Consumer Price Index (CPI) data.

Inferred read-only
get_county_employment

Get county-level unemployment rate, employment, and labor force data.

Inferred read-only

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.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

No auth detected

MCP server metadata

Name
cdc-mmwr
Version
1.26.0
Capabilities
experimentalpromptsresourcestools

Known tools 4

get_recent_reports

Get recent MMWR weekly reports and recommendations from CDC.

Inferred read-only
search_mmwr

Search MMWR articles by topic via PubMed.

Inferred read-only
get_report_detail

Get the full abstract and metadata of an MMWR article by PubMed ID.

Inferred read-only
get_disease_surveillance

Get current surveillance data for a notifiable disease from MMWR/CDC.

Inferred read-only

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-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

No auth detected

MCP server metadata

Name
cdc-places
Version
1.27.0
Capabilities
experimentalpromptsresourcestools

Known tools 5

get_county_measures

Get all CDC PLACES health measures for a county.

Inferred read-only
get_tract_measures

Get all CDC PLACES health measures for a census tract.

Inferred read-only
get_measure_by_state

Get one CDC PLACES measure for all counties in a state.

Inferred read-only
search_measures

Search available CDC PLACES measures by name or category.

Inferred read-only
compare_counties

Compare specific CDC PLACES measures across multiple counties.

Inferred read-only

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

No auth detected

MCP server metadata

Name
cdc-svi
Version
1.26.0
Capabilities
experimentalpromptsresourcestools

Known tools 4

get_county_svi

Get CDC Social Vulnerability Index data for counties in a state.

Inferred read-only
get_tract_svi

Get tract-level CDC Social Vulnerability Index data within a county.

Inferred read-only
get_most_vulnerable

Get the most vulnerable counties in a state ranked by SVI score.

Inferred read-only
compare_svi

Compare SVI data across multiple counties.

Inferred read-only

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-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

No auth detected

MCP server metadata

Name
cdc-wonder
Version
1.26.0
Capabilities
experimentalpromptsresourcestools

Known tools 5

get_leading_causes_of_death

Get leading causes of death with death counts and age-adjusted rates.

Inferred read-only
get_mortality_by_state

Compare mortality rates across states for a specific cause or all causes.

Inferred read-only
get_infant_mortality

Get infant mortality rates by state and race/ethnicity.

Inferred read-only
get_drug_overdose_deaths

Get provisional drug overdose death data by state.

Inferred read-only
get_provisional_mortality

Get most recent provisional mortality data including COVID and other causes.

Inferred read-only

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-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

No auth detected

MCP server metadata

Name
census-acs
Version
1.26.0
Capabilities
experimentalpromptsresourcestools

Known tools 5

get_county_demographics

Get demographic data for counties: population, median age, race, Hispanic origin, income, and poverty.

Inferred read-only
get_county_economics

Get economic data for counties: income, poverty, home values, rent, and health insurance.

Inferred read-only
get_county_education

Get educational attainment for counties (population 25+).

Inferred read-only
get_tract_data

Get tract-level ACS data for any variables within a county.

Inferred read-only
get_commuting_data

Get means of transportation to work data for counties.

Inferred read-only

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.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

No auth detected

MCP server metadata

Name
census-cbp
Version
1.27.0
Capabilities
experimentalpromptsresourcestools

Known tools 3

get_county_business_patterns

Get business establishment, employment, and payroll data by county.

Inferred read-only
get_state_business_summary

Get state-level business pattern summary.

Inferred read-only
compare_county_industries

Get a breakdown of all industries in a county.

Inferred read-only

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.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

No auth detected

MCP server metadata

Name
cms-medicare
Version
1.26.0
Capabilities
experimentalpromptsresourcestools

Known tools 5

get_medicare_spending

Get Medicare spending per beneficiary by geographic area.

Inferred read-only
get_chronic_conditions

Get prevalence of chronic conditions among Medicare beneficiaries.

Inferred read-only
get_hospital_quality

Get hospital quality star ratings and general information.

Inferred read-only
get_hospital_readmissions

Get 30-day hospital readmission rates by hospital.

Inferred read-only
get_medicare_enrollment

Get Medicare enrollment data by state and county.

Inferred read-only

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.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

No auth detected

MCP server metadata

Name
cochrane
Version
1.26.0
Capabilities
experimentalpromptsresourcestools

Known tools 3

search_reviews

Search Cochrane systematic reviews via PubMed.

Inferred read-only
get_review_detail

Get full details of a Cochrane systematic review by PubMed ID.

Inferred read-only
search_clinical_trials

Search clinical trials related to a health condition via PubMed.

Inferred read-only

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.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

No auth detected

MCP server metadata

Name
college-scorecard
Version
1.26.0
Capabilities
experimentalpromptsresourcestools

Known tools 4

search_schools

Search colleges and universities in the College Scorecard database.

Inferred read-only
get_school_detail

Get detailed data for a specific college or university.

Inferred read-only
compare_schools

Compare multiple colleges or universities side by side.

Inferred read-only
get_field_of_study

Get earnings and debt data by field of study from the College Scorecard.

Inferred read-only

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.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

No auth detected

MCP server metadata

Name
drought-monitor
Version
1.26.0
Capabilities
experimentalpromptsresourcestools

Known tools 3

get_current_drought

Get current drought conditions from the US Drought Monitor.

Inferred read-only
get_drought_history

Get historical drought conditions over time from the US Drought Monitor.

Inferred read-only
get_drought_summary

Get a national drought summary with total affected area percentages.

Inferred read-only

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.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

No auth detected

MCP server metadata

Name
usgs-earthquake
Version
1.26.0
Capabilities
experimentalpromptsresourcestools

Known tools 3

get_recent_earthquakes

Get recent earthquakes worldwide above a minimum magnitude.

Inferred read-only
get_earthquakes_near

Get earthquakes near a specific geographic location.

Inferred read-only
get_earthquake_detail

Get full details of a specific earthquake event by its USGS event ID.

Inferred read-only

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.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

No auth detected

MCP server metadata

Name
doe-eia
Version
1.26.0
Capabilities
experimentalpromptsresourcestools

Known tools 4

get_electricity_data

Get electricity generation, consumption, or price data from the EIA.

Inferred read-only
get_petroleum_data

Get petroleum and oil price or production data from the EIA.

Inferred read-only
get_natural_gas_data

Get natural gas production, consumption, or price data from the EIA.

Inferred read-only
get_state_energy_profile

Get a comprehensive energy profile for a US state from the EIA.

Inferred read-only

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.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

No auth detected

MCP server metadata

Name
epa-ejscreen
Version
1.26.0
Capabilities
experimentalpromptsresourcestools

Known tools 5

get_ej_data_by_location

Get EJScreen environmental justice data for a specific location.

Inferred read-only
get_ej_county_summary

Get EJ indicators for census block groups in a county.

Inferred read-only
get_ej_state_summary

Get a state-level overview of EJ indicators across block groups.

Inferred read-only
get_demographic_indicators

Get demographic vulnerability indicators by block group.

Inferred read-only
get_environmental_indicators

Get specific environmental indicators by block group.

Inferred read-only

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.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

No auth detected

MCP server metadata

Name
epa-airquality
Version
1.26.0
Capabilities
experimentalpromptsresourcestools

Known tools 5

get_current_aqi

Get the current Air Quality Index (AQI) for a location.

Inferred read-only
get_aqi_forecast

Get the air quality forecast for a ZIP code.

Inferred read-only
get_annual_air_quality

Get annual air quality summary data for a US state.

Inferred read-only
get_tri_facilities

Get Toxics Release Inventory (TRI) facilities in a state.

Inferred read-only
get_superfund_sites

Get active Superfund (National Priorities List) sites in a state.

Inferred read-only

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.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

No auth detected

MCP server metadata

Name
fbi-crime
Version
1.26.0
Capabilities
experimentalpromptsresourcestools

Known tools 4

get_state_crime_estimates

Get FBI crime estimates for a US state over a range of years.

Inferred read-only
get_national_crime_estimates

Get national FBI crime trend estimates over a range of years.

Inferred read-only
get_state_arrests

Get arrest data for a US state by offense category.

Inferred read-only
compare_state_crime

Compare crime rates across multiple US states for a single year.

Inferred read-only

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.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

No auth detected

MCP server metadata

Name
fbi-nibrs
Version
1.27.0
Capabilities
experimentalpromptsresourcestools

Known tools 4

get_violent_incident_estimates

Get national estimates of violent crime incidents from NIBRS.

Inferred read-only
get_property_incident_estimates

Get national estimates of property crime incidents from NIBRS.

Inferred read-only
get_victimization_data

Get NIBRS victimization counts and percentages.

Inferred read-only
get_offense_estimates

Get NIBRS offense-level estimates (person or property crimes).

Inferred read-only

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.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

No auth detected

MCP server metadata

Name
fcc-broadband
Version
1.27.0
Capabilities
experimentalpromptsresourcestools

Known tools 4

get_broadband_by_location

Get broadband providers and availability at a specific lat/lon location.

Inferred read-only
get_broadband_summary_by_county

Get broadband availability statistics for a county.

Inferred read-only
get_broadband_summary_by_state

Get state-level broadband availability summary.

Inferred read-only
get_providers_by_county

Get list of broadband providers serving a county.

Inferred read-only

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.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

No auth detected

MCP server metadata

Name
fdic-bankfind
Version
1.27.0
Capabilities
experimentalpromptsresourcestools

Known tools 5

search_institutions

Search FDIC-insured financial institutions by name.

Inferred read-only
get_institution

Get detailed financial information for a specific FDIC-insured institution.

Inferred read-only
get_institution_branches

Get all branch locations for an FDIC-insured institution.

Inferred read-only
get_county_branches

Get all bank branches in a county ranked by deposits.

Inferred read-only
get_bank_failures

Get recent bank failures from FDIC records.

Inferred read-only

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.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

No auth detected

MCP server metadata

Name
fema-disasters
Version
1.26.0
Capabilities
experimentalpromptsresourcestools

Known tools 5

get_disaster_declarations

Get FEMA disaster declarations filtered by state, year, or type.

Inferred read-only
get_disaster_detail

Get detailed information about a specific FEMA disaster declaration.

Inferred read-only
get_public_assistance

Get FEMA Public Assistance (PA) grant data for disaster recovery.

Inferred read-only
get_individual_assistance

Get FEMA Individual and Households Program (IHP) assistance data.

Inferred read-only
get_hazard_mitigation_grants

Get FEMA Hazard Mitigation Grant Program (HMGP) data.

Inferred read-only

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.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

No auth detected

MCP server metadata

Name
fred
Version
1.27.0
Capabilities
experimentalpromptsresourcestools

Known tools 5

search_series

Search for FRED economic data series by keyword.

Inferred read-only
get_series_observations

Get time series observations (data points) for a FRED series.

Inferred read-only
get_series_info

Get metadata and details for a specific FRED series.

Inferred read-only
get_category_series

Get all FRED series within a specific category.

Inferred read-only
get_release_dates

Get release dates for a specific FRED data release.

Inferred read-only

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.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

No auth detected

MCP server metadata

Name
hmda
Version
1.26.0
Capabilities
experimentalpromptsresourcestools

Known tools 4

get_mortgage_data

Get Home Mortgage Disclosure Act (HMDA) loan-level data.

Inferred read-only
get_aggregate_stats

Get aggregate mortgage lending statistics for a geographic area.

Inferred read-only
get_denial_reasons

Get mortgage denial reasons breakdown for a geographic area.

Inferred read-only
get_lending_by_race

Get mortgage lending patterns disaggregated by race and ethnicity.

Inferred read-only

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.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

No auth detected

MCP server metadata

Name
hud-housing
Version
1.26.0
Capabilities
experimentalpromptsresourcestools

Known tools 5

get_fair_market_rents

Get HUD Fair Market Rent (FMR) values for 0-4 bedroom units.

Inferred read-only
get_income_limits

Get HUD income limits (very low, low, median) by family size.

Inferred read-only
get_public_housing

Get public housing buildings and developments in a state.

Inferred read-only
get_housing_vouchers

Get Housing Choice Voucher (Section 8) program data by Public Housing Agency.

Inferred read-only
get_homeless_data

Get Point-in-Time (PIT) homeless count data by Continuum of Care region.

Inferred read-only

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.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

No auth detected

MCP server metadata

Name
irs-990
Version
1.27.0
Capabilities
experimentalpromptsresourcestools

Known tools 3

search_nonprofits

Search for nonprofit organizations by name or keyword.

Inferred read-only
get_nonprofit_details

Get detailed information about a nonprofit organization by EIN.

Inferred read-only
get_nonprofit_filings

Get the filing history for a nonprofit organization.

Inferred read-only

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.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

No auth detected

MCP server metadata

Name
nces-education
Version
1.26.0
Capabilities
experimentalpromptsresourcestools

Known tools 5

get_schools

Search schools with enrollment, Title I status, type (charter/magnet/regular), and teacher counts.

Inferred read-only
get_district_finance

Get district-level financial data: total revenue, expenditures, per-pupil spending, federal/state/local revenue breakdown.

Inferred read-only
get_graduation_rates

Get 4-year adjusted cohort graduation rates by school.

Inferred read-only
get_school_demographics

Get school enrollment broken down by race/ethnicity.

Inferred read-only
get_district_overview

Get district directory overview: district name, student count, school count, teachers, locale type.

Inferred read-only

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.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

No auth detected

MCP server metadata

Name
nhtsa
Version
1.26.0
Capabilities
experimentalpromptsresourcestools

Known tools 6

decode_vin

Decode a Vehicle Identification Number (VIN) to get vehicle details.

Inferred read-only
get_recalls

Get vehicle safety recalls from NHTSA.

Inferred read-only
get_complaints

Get consumer complaints about vehicles filed with NHTSA.

Inferred read-only
get_crash_statistics

Get fatal crash statistics from the NHTSA Fatality Analysis Reporting System (FARS).

Inferred read-only
complaint_trends_by_component

Get complaint counts by vehicle component for a specific make/model/year.

Inferred read-only
local_vehicle_safety_profile

Get a vehicle safety profile using national complaint and recall trends.

Inferred read-only

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.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

No auth detected

MCP server metadata

Name
noaa-climate
Version
1.26.0
Capabilities
experimentalpromptsresourcestools

Known tools 3

get_climate_data

Get climate observations from NOAA Climate Data Online.

Inferred read-only
find_stations

Find NOAA weather stations in an area.

Inferred read-only
get_climate_normals

Get 30-year climate normal values for a NOAA weather station.

Inferred read-only

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

No auth detected

MCP server metadata

Name
nws-alerts
Version
1.26.0
Capabilities
experimentalpromptsresourcestools

Known tools 3

get_alerts

Get active NWS weather alerts for a US state.

Inferred read-only
get_alert_detail

Get full details of a specific NWS weather alert by its ID.

Inferred read-only
get_forecast

Get the weather forecast for a specific latitude/longitude location.

Inferred read-only

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

No auth detected

MCP server metadata

Name
onet
Version
1.26.0
Capabilities
experimentalpromptsresourcestools

Known tools 4

search_occupations

Search O*NET occupations by keyword.

Inferred read-only
get_occupation_detail

Get detailed information about an O*NET occupation.

Inferred read-only
get_occupation_wages

Get wage and salary estimates for an O*NET occupation.

Inferred read-only
get_career_outlook

Get employment projections and career outlook for an O*NET occupation.

Inferred read-only

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.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

No auth detected

MCP server metadata

Name
pubmed
Version
1.27.0
Capabilities
experimentalpromptsresourcestools

Known tools 5

search_pubmed

Search PubMed for biomedical literature.

Inferred read-only
get_article_detail

Get full details of a PubMed article by its PMID.

Inferred read-only
find_related_articles

Find articles related to a given PubMed article.

Inferred read-only
search_mesh

Search the MeSH vocabulary for standardized medical terms.

Inferred read-only
get_cited_by

Find articles that cite a given PubMed article.

Inferred read-only

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

No auth detected

MCP server metadata

Name
usda-food
Version
1.26.0
Capabilities
experimentalpromptsresourcestools

Known tools 4

get_snap_participation

Get SNAP/food stamp household participation by county using Census ACS Table B22001.

Inferred read-only
get_food_insecurity_indicators

Get food-related economic indicators as proxies for food insecurity by county.

Inferred read-only
get_food_environment

Get county-level food access risk profiles using Census ACS data.

Inferred read-only
get_agricultural_data

Get USDA NASS QuickStats data on agricultural production by state.

Inferred read-only

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.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

No auth detected

MCP server metadata

Name
va-healthcare
Version
1.26.0
Capabilities
experimentalpromptsresourcestools

Known tools 3

find_va_facilities

Find VA (Department of Veterans Affairs) facilities by location.

Inferred read-only
get_facility_detail

Get detailed information for a specific VA facility.

Inferred read-only
get_facility_services

Get the list of services offered at a specific VA facility.

Inferred read-only

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.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

No auth detected

MCP server metadata

Name
usgs-water
Version
1.26.0
Capabilities
experimentalpromptsresourcestools

Known tools 3

get_water_levels

Get recent water level and streamflow data for a USGS monitoring site.

Inferred read-only
get_sites_by_state

Find USGS water monitoring sites in a state.

Inferred read-only
get_flood_status

Get current flood conditions for USGS monitoring sites in a state.

Inferred read-only

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.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

No auth detected

MCP server metadata

Name
nifc-wildfire
Version
1.26.0
Capabilities
experimentalpromptsresourcestools

Known tools 3

get_active_fires

Get current active wildfire incidents from NIFC.

Inferred read-only
get_fire_perimeters

Get fire perimeter data for active or recent wildfires.

Inferred read-only
get_fire_stats

Get wildfire statistics summary including total fires and acres burned.

Inferred read-only

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.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

No auth detected

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

No auth detected

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

No auth detected

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.

Trust status Neutral

olyport.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.