From 5310fcb3a4e8d87db8a1a654ab59daef605497fa Mon Sep 17 00:00:00 2001 From: Conor Teichroeb Date: Wed, 29 Oct 2025 08:29:46 -0700 Subject: [PATCH] MCP Server URLs Updates URLs for prod --- docs/MCP/Getting Started/Setup-Guide.mdx | 8 ++++---- docs/MCP/MCP Actions/Bid-Model.mdx | 2 +- docs/MCP/MCP Actions/Dashboard.mdx | 2 +- docs/MCP/MCP Actions/Master.mdx | 6 ++++++ docs/MCP/MCP Actions/Reports.mdx | 2 +- 5 files changed, 13 insertions(+), 7 deletions(-) diff --git a/docs/MCP/Getting Started/Setup-Guide.mdx b/docs/MCP/Getting Started/Setup-Guide.mdx index d4181d1a..87516099 100644 --- a/docs/MCP/Getting Started/Setup-Guide.mdx +++ b/docs/MCP/Getting Started/Setup-Guide.mdx @@ -67,7 +67,7 @@ This will open a JSON config file, to which you can add the MCP servers: // The above command value is your mcp-proxy path where is your actual system name "args": [ "--transport", "streamablehttp", - "http://maas-dashboard.data.stage.iqm//mcp" + "https://mcp.iqm.com/v1//mcp" // is a placeholder for actual MCP servers ] }, @@ -77,7 +77,7 @@ This will open a JSON config file, to which you can add the MCP servers: "command": "/Users//.local/bin/mcp-proxy", "args": [ "--transport", "streamablehttp", - "http://maas-dashboard.data.stage.iqm//mcp" + "https://mcp.iqm.com/v1//mcp" ] } } @@ -108,7 +108,7 @@ Create a **.vscode** folder in your project and create an **mcp.json** file in t // The above command value is your mcp-proxy path where is your actual system name "args": [ "--transport", "streamablehttp", - "http://maas-dashboard.data.stage.iqm//mcp" + "https://mcp.iqm.com/v1//mcp" // is a placeholder for actual MCP servers ] }, @@ -118,7 +118,7 @@ Create a **.vscode** folder in your project and create an **mcp.json** file in t "command": "/Users//.local/bin/mcp-proxy", "args": [ "--transport", "streamablehttp", - "http://maas-dashboard.data.stage.iqm//mcp" + "https://mcp.iqm.com/v1//mcp" ] } } diff --git a/docs/MCP/MCP Actions/Bid-Model.mdx b/docs/MCP/MCP Actions/Bid-Model.mdx index fe5a4895..639768ab 100644 --- a/docs/MCP/MCP Actions/Bid-Model.mdx +++ b/docs/MCP/MCP Actions/Bid-Model.mdx @@ -24,7 +24,7 @@ The IQM MCP can connect to the Bid Model app and create Bid Models.
```c title="MCP Server" -http://maas-dashboard.data.iqm/bidmodel/mcp +https://mcp.iqm.com/v1/bidmodel/mcp ```
diff --git a/docs/MCP/MCP Actions/Dashboard.mdx b/docs/MCP/MCP Actions/Dashboard.mdx index 7b5863d3..13044139 100644 --- a/docs/MCP/MCP Actions/Dashboard.mdx +++ b/docs/MCP/MCP Actions/Dashboard.mdx @@ -23,7 +23,7 @@ The IQM MCP can connect to the Dashboard app and provide access to overview repo
```c title="MCP Server" -http://maas-dashboard.data.iqm/dash/mcp +https://mcp.iqm.com/v1/dash/mcp ```
diff --git a/docs/MCP/MCP Actions/Master.mdx b/docs/MCP/MCP Actions/Master.mdx index 61ea66b5..78b373eb 100644 --- a/docs/MCP/MCP Actions/Master.mdx +++ b/docs/MCP/MCP Actions/Master.mdx @@ -15,6 +15,12 @@ import MCPCounties from '@site/static/img/MCP/MCP-counties.png'; The IQM MCP can connect to the Master API and provide access to segment, demographic, and geographical ID information. +
+```c title="MCP Server" +https://mcp.iqm.com/v1/dash/mcp +``` +
+ More resources: * [Master API](/Guidelines/Master-API-Guidelines/) diff --git a/docs/MCP/MCP Actions/Reports.mdx b/docs/MCP/MCP Actions/Reports.mdx index b043b476..9fd9926d 100644 --- a/docs/MCP/MCP Actions/Reports.mdx +++ b/docs/MCP/MCP Actions/Reports.mdx @@ -18,7 +18,7 @@ The IQM MCP can connect to the Reports app and create Reports. Once a Report is
```c title="MCP Server" -http://maas-dashboard.data.iqm/report/mcp +https://mcp.iqm.com/v1/report/mcp ```