Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/MCP/Getting Started/Setup-Guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 <your-username> is your actual system name
"args": [
"--transport", "streamablehttp",
"http://maas-dashboard.data.stage.iqm/<MCP_SERVER_1>/mcp"
"https://mcp.iqm.com/v1/<MCP_SERVER_1>/mcp"
// <MCP_SERVER_1> is a placeholder for actual MCP servers
]
},
Expand All @@ -77,7 +77,7 @@ This will open a JSON config file, to which you can add the MCP servers:
"command": "/Users/<your-username>/.local/bin/mcp-proxy",
"args": [
"--transport", "streamablehttp",
"http://maas-dashboard.data.stage.iqm/<MCP_SERVER_2>/mcp"
"https://mcp.iqm.com/v1/<MCP_SERVER_2>/mcp"
]
}
}
Expand Down Expand Up @@ -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 <your-username> is your actual system name
"args": [
"--transport", "streamablehttp",
"http://maas-dashboard.data.stage.iqm/<MCP_SERVER_1>/mcp"
"https://mcp.iqm.com/v1/<MCP_SERVER_1>/mcp"
// <MCP_SERVER_1> is a placeholder for actual MCP servers
]
},
Expand All @@ -118,7 +118,7 @@ Create a **.vscode** folder in your project and create an **mcp.json** file in t
"command": "/Users/<your-username>/.local/bin/mcp-proxy",
"args": [
"--transport", "streamablehttp",
"http://maas-dashboard.data.stage.iqm/<MCP_SERVER_2>/mcp"
"https://mcp.iqm.com/v1/<MCP_SERVER_2>/mcp"
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/MCP/MCP Actions/Bid-Model.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The IQM MCP can connect to the Bid Model app and create Bid Models.

<div class="smallTable">
```c title="MCP Server"
http://maas-dashboard.data.iqm/bidmodel/mcp
https://mcp.iqm.com/v1/bidmodel/mcp
```
</div>

Expand Down
2 changes: 1 addition & 1 deletion docs/MCP/MCP Actions/Dashboard.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The IQM MCP can connect to the Dashboard app and provide access to overview repo

<div class="smallTable">
```c title="MCP Server"
http://maas-dashboard.data.iqm/dash/mcp
https://mcp.iqm.com/v1/dash/mcp
```
</div>

Expand Down
6 changes: 6 additions & 0 deletions docs/MCP/MCP Actions/Master.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<div class="smallTable">
```c title="MCP Server"
https://mcp.iqm.com/v1/dash/mcp
```
</div>

More resources:
* [Master API](/Guidelines/Master-API-Guidelines/)

Expand Down
2 changes: 1 addition & 1 deletion docs/MCP/MCP Actions/Reports.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The IQM MCP can connect to the Reports app and create Reports. Once a Report is

<div class="smallTable">
```c title="MCP Server"
http://maas-dashboard.data.iqm/report/mcp
https://mcp.iqm.com/v1/report/mcp
```
</div>

Expand Down