Skip to main content
Glama

Data Gouv MCP Server

by csonigo
package.json713 B
{ "name": "datagouv-mcp-server", "version": "1.0.0", "description": "MCP server for interacting with Data.gouv.fr API", "private": true, "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "dev": "tsx watch src/index.ts", "inspector": "npx @modelcontextprotocol/inspector" }, "bin": { "datagouv-mcp-server": "./build/index.js" }, "files": [ "build" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.7.0", "express": "^5.0.1", "raw-body": "^3.0.0" }, "devDependencies": { "@types/node": "^22.13.10", "@types/express": "^5.0.0", "tsx": "^4.19.3", "typescript": "^5.6.3" }, "type": "module" }

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/csonigo/datagouv-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server