Geo-INQUIRE MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Geo-INQUIRE MCP Serverplan a land cover analysis for the Alps region"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Geo-INQUIRE MCP Server
This worktree contains the MCP-backed implementation for the Geo-INQUIRE OGC API Processes workflow. The baseline Skill.md-only implementation stays in the main worktree.
Install the package in editable mode from this worktree:
python3 -m pip install -e .Then run the stdio server with:
python3 -m geoinquire_mcp.serverMCP Client Configuration
An example MCP client configuration is available at:
examples/mcp-client.jsonUse it as the mcpServers entry for an MCP-capable client, or copy the geoinquire server block into an existing client config. The example does not use a machine-specific path. It expects geoinquire-mcp to be installed in the same Python environment that the client reaches through python3.
Before wiring it into a client, run the local smoke test without touching the remote API:
python3 -m geoinquire_mcp.server --self-testRelated MCP server: Rasdaman MCP Server
Operation Tools
geoinquire_plan_operation: interpret a user request plus structured inputs into a preflight plan, candidate payload, missing values, warnings, and next question.geoinquire_get_processes: fetch the live process list and include local audited summaries.geoinquire_describe_process: fetch a live process description and include the local audited summary.geoinquire_validate_payload: validate an execution payload against local audited process rules.geoinquire_execute_operation: submit a confirmed execution payload. It refuses to run unlessconfirmed: true.geoinquire_get_job_status: poll a Geo-INQUIRE job using the correct/geoinquire/jobs/{jobId}path.geoinquire_get_job_results: fetch job results and preserve artifact metadata.geoinquire_run_job_to_completion: submit a confirmed async operation, poll to terminal status, and fetch results on success.
The server is intentionally not a 1:1 wrapper around the HTTP API. It groups related API calls and validation behavior into operations while leaving the natural-language preflight and confirmation discussion in SKILL.md.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lukwe/mcp_or_skill_for_geoenquire_ogc'
If you have feedback or need assistance with the MCP directory API, please join our Discord server