WeeShip

Connectors

MCP tools

Tools

The mcp-server exposes the connectors as read-only MCP tools, consumable by Claude or any MCP client:

  • fr_companies — French company search (Sirene/INSEE).
  • fr_address — address geocoding (Base Adresse Nationale).
  • fr_communes — communes by name or postal code.
  • fr_bodacc — legal announcements by SIREN or text.

Each tool resolves to a /connectors/* route of the public API, so MCP and HTTP share the exact same logic and auth.

Connect a client

Point your MCP client at the deployed mcp-server function with an API token. See the AI connectors page for the full CLI/MCP setup.

Tools are read-only by design: an agent holds the token, so it must not be able to write or manage access.