mcp-trinv-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., "@mcp-trinv-servertrouve les communes contenant 'Lyon'"
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.
mcp-trinv-server, un serveur MCP pour TRINV
mcp-trinv-server (ou MCPTRINV) est un serveur de type MCP (Model
Context Protocol) qui est utilisé pour augmenter les ressources
d'assistant d'Intelligence Artificielle comme Claude ou Gemini.
MCPTRINV permet de rechercher des communes à partir d'un fragment de leur nom puis de rechercher des parcelles cadastrales dans une commune ayant une surface donnée. Il s'appuie sur le site TRINV.
Outils
trinv-chercher-commune: chercher des communes
trinv-chercher-parcelle: chercher des parcelles cadastrales
Related MCP server: IGN API Carto MCP Server
Installation
npm install mcp-trinv-serverIl faut ensuite déclarer ce serveur dans votre assistant ce qui dépend, entre autres, de l'assistant que vous utilisez, du système d'exploitation sur lequel vous êtes, du répertoire où vous êtes.
Installation dans Claude
Ajouter dans ~/.config/Claude/claude_desktop_config.json ou (sur Mac)
dans ~/Library/'Application Support'/Claude/claude_desktop_config.json
{
"mcpServers": {
"trinv-server": {
"command": "/usr/bin/node",
"args": [
".../dist/index.js"]
}
}
}
Installation dans Gemini
Ajouter dans ~/.gemini/settings.json
{
"mcpServers": {
"trinv-server": {
"command": "/usr/bin/node",
"args": [
".../dist/index.js"]
}
}
}
Usage
Voici un exemple de conversation mené
avec mcp-trinv-server et Claude.
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.
Related MCP Servers
- Flicense-qualityDmaintenanceProvides access to French public data through data.gouv.fr, IGN cartographic services (maps, tiles, geographic data), address geocoding, and administrative divisions with demographic information.Last updated6
- AlicenseAqualityDmaintenanceAccess French geographic data from IGN (Institut national de l'information géographique et forestière) including cadastral parcels, agricultural land registry, protected natural areas, urban planning zones, and wine appellations through natural language queries.Last updated99MIT
- Flicense-qualityDmaintenanceMCP server to query French Open Data from data.gouv.frLast updated
- Alicense-qualityCmaintenanceEnables searching Polish administrative areas and retrieving real estate transaction data from the official registry via geoportal.gov.pl.Last updatedGPL 3.0
Related MCP Connectors
French address quality, geocoding & routing from official data (BAN, INSEE, OpenStreetMap).
Base Adresse Nationale (BAN) MCP — France's official keyless geocoding API
French public-data MCP: cross-ref health, demographics, business, geo & real-estate.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/cqtrinv/trinvmcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server