@ignfab/geocontext
AMCP server package @ignfab/geocontext
Install
agr install @ignfab/geocontext --target claudeThis artifact does not publish files for Claude.
Document
{ "name": "@ignfab/geocontext", "version": "0.10.0", "description": "An experimental MCP server providing access to the services and data of the french Geoplateform", "type": "module", "bin": { "geocontext": "./dist/index.js", "geocontext-proxy": "./dist/proxy/index.js" }, "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/ignfab/geocontext.git" }, "keywords": [ "llm", "rag", "action", "spatial", "context" ], "author": "IGNF", "license": "MIT", "bugs": { "url": "https://github.com/ignfab/geocontext/issues" }, "homepage": "https://github.com/ignfab/geocontext#readme", "scripts": { "clean:dist": "node scripts/dist-clean.js", "clean:coverage": "rm -rf coverage", "clean:deps": "rm -rf node_modules", "clean": "npm run clean:dist && npm run clean:coverage", "reset:local": "npm run clean && npm run clean:deps", "build": "npm run clean:dist && mcp-build", "docs:mcp": "npm run build && node --no-warnings scripts/generate-mcp-docs.mjs", "typecheck": "tsc -p tsconfig.json --noEmit", "typecheck:test": "tsc -p tsconfig.test.json --noEmit", "watch": "tsc --watch", "start": "node --use-env-proxy dist/index.js", "test": "npm run test:unit", "test:unit": "vitest run", "test:integration": "vitest run --config vitest.integration.config.mts", "test:e2e": "vitest run --config vitest.e2e.config.mts", "test:coverage": "vitest run --coverage", "verify:fast": "npm run typecheck && npm run typecheck:test && npm run build && npm run test:unit", "verify": "npm run verify:fast && npm run test:integration", "verify:full": "npm run verify && npm run test:e2e", "fresh": "npm run reset:local && npm ci && npm run verify", "deps:outdated": "npm outdated", "deps:audit": "npm audit", "inspect:mcp": "mcp-inspector -- node --use-env-proxy dist/index.js", "inspect:mcp:cli": "mcp-inspector --cli node --use-env-proxy dist/index.js" }, "dependencies": { "@ignfab/gpf-schema-store": "^0.1.5", "@rgrove/parse-xml": "^4.2.0", "@turf/bbox": "^7.3.5", "@turf/centroid": "^7.3.5", "@turf/distance": "^7.3.5", "@turf/helpers": "^7.3.5", "jsts": "^2.12.1", "mcp-framework": "^0.2.22", "node-fetch": "^3.3.2", "winston": "^3.19.0", "zod": "^3.25.76" }, "devDependencies": { "@langchain/anthropic": "^1.4.0", "@langchain/core": "^1.1.47", "@langchain/google-genai": "^2.1.31", "@langchain/langgraph": "^1.3.2", "@langchain/mcp-adapters": "^1.1.3", "@langchain/ollama": "^1.2.7", "@modelcontextprotocol/inspector": "^0.21.2", "@modelcontextprotocol/sdk": "^1.29.0", "@types/geojson": "^7946.0.16", "@types/node": "^25.9.0", "@types/supertest": "^7.2.1", "@vitest/coverage-v8": "^4.1.6", "langchain": "^1.4.1", "supertest": "^7.2.2", "typescript": "^6.0.3", "vitest": "^4.1.6" }, "engines": { "node": ">=22.21.0 <23 || >=24.5.0" }, "devEngines": { "runtime": { "name": "node", "version": ">=22.21.0 <23 || >=24.5.0", "onFail": "error" }, "packageManager": { "name": "npm", "onFail": "error" } } }
Trustgrade A
- passBody integrity
Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.
- warnType matchbest-effort: server code not analyzed
Whether the artifact is really the kind of thing its metadata claims it is.
- passFreshness
How long since the source repository was last pushed to.
- passPrompt injection
Scans the artifact's own text for instructions aimed at your agent rather than at you.
- passLicense
Whether the source repository declares an SPDX license permissive enough to redistribute.
How the grade is calculated
Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:
- Aevery check passed
- Bone warning
- Ctwo warnings
- Dprompt injection or body integrity failed, or three warnings
- Fone of those failed, and something else is wrong
These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.
Versions
git-f68402aa9fad2026-08-06