← volia.fr

INDIVIDUAL MCP TOOL

start_search

Lance une vraie recherche d'entreprises (Google Places) dans un département français et enregistre les résultats comme prospects de l'utilisateur.

volia.frnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

volia.fr

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.volia-fr]
url = "https://volia.fr/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "volia-fr": {
      "type": "http",
      "url": "https://volia.fr/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: volia-fr
Remote MCP URL: https://volia.fr/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "volia-fr": {
      "url": "https://volia.fr/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "volia-fr": {
      "type": "http",
      "url": "https://volia.fr/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "volia-fr",
  "transport": "streamable-http",
  "url": "https://volia.fr/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_account — Retourne le profil de l'utilisateur, son plan Volia et l'usage du mois courant.
  • list_prospects — Liste paginée des prospects (entreprises) de l'utilisateur dans Volia.
  • get_usage — Retourne l'usage du mois (recherches, enrichissements, exports) avec les pourcentages vs les limites du plan.
  • export_csv — Exporte les prospects de l'utilisateur au format CSV (nom, email, téléphone, site, adresse, département).