STAC MCP
About
An MCP (Model Context Protocol) Server that provides access to STAC (SpatioTemporal Asset Catalog) APIs for geospatial data discovery and access.
Details
- Author
- wayfinder-foundry
- Downloads
- 267
- Categories
- Other
Jump to
—
Install with pip install stac-mcp, then add the server configuration to your MCP client. You can also run it via Docker with docker run --rm -i ghcr.io/wayfinder-foundry/stac-mcp:latest.
Setup
Native Installation via pip
``bash
pip install stac-mcp
`
Configure your MCP client to connect to this server:
`json
{
"mcpServers": {
"stac": {
"command": "stac-mcp"
}
}
}
`
Container Usage
To use the containerized version with an MCP client:
`json
{
"mcpServers": {
"stac": {
"command": "docker",
"args": ["run", "--rm", "-i", "ghcr.io/wayfinder-foundry/stac-mcp:latest"]
}
}
}
``Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



