← helpmyagent.com

INDIVIDUAL MCP TOOL

company_fr_events

Returns the latest normalized public BODACC events for a French company from a SIREN or SIRET.

helpmyagent.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.helpmyagent.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for company_fr_events and invoke it with your own arguments.

Indexed 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 server

helpmyagent.com

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.helpmyagent]
url = "https://api.helpmyagent.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "helpmyagent": {
      "type": "http",
      "url": "https://api.helpmyagent.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: helpmyagent
Remote MCP URL: https://api.helpmyagent.com/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": {
    "helpmyagent": {
      "url": "https://api.helpmyagent.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • search_apis — Find HelpMyAgent APIs matching an agent task or intent.
  • describe_api — Return method, executable URL, schemas, price, coverage and documentation for one HelpMyAgent endpoint.
  • list_categories — List public HelpMyAgent API categories and the number of published endpoints in each category.
  • company_fr_aids — Finds and ranks French public funding programs potentially relevant to a company based on its profile, location and project.
  • company_fr_certifications — Aggregates and normalizes public certifications and qualifications available for a French company, including RGE, organic certification and Qualiopi.
  • company_fr_compliance — Checks a French company against multiple public alert and sanctions sources.
  • company_fr_directors — Returns publicly listed directors and legal representatives of a French company from a SIREN or SIRET.
  • company_fr_financials — Returns available public financial data for a French company from a SIREN or SIRET, including revenue and net income when available.