API Tools
helpmyagent.com
Discovers and describes HelpMyAgent APIs, and provides French company funding and certification information.
ENDPOINT 1
https://api.helpmyagent.com/mcp
MCP server metadata
- Name
- helpmyagent
- Version
- v1
Use tools/list to discover available tools. search_apis, describe_api and list_categories are free discovery tools. Business tools are paid with x402 and return their business result directly through MCP.
Known tools 18
describe_apiReturn method, executable URL, schemas, price, coverage and documentation for one HelpMyAgent endpoint.
Inferred read-onlylist_categoriesList public HelpMyAgent API categories and the number of published endpoints in each category.
Inferred read-onlycompany_fr_aidsFinds and ranks French public funding programs potentially relevant to a company based on its profile, location and project.
Inferred read-onlycompany_fr_certificationsAggregates and normalizes public certifications and qualifications available for a French company, including RGE, organic certification and Qualiopi.
Inferred read-onlycompany_fr_complianceChecks a French company against multiple public alert and sanctions sources.
Inferred read-onlycompany_fr_directorsReturns publicly listed directors and legal representatives of a French company from a SIREN or SIRET.
Inferred read-onlycompany_fr_eventsReturns the latest normalized public BODACC events for a French company from a SIREN or SIRET.
Inferred read-onlycompany_fr_financialsReturns available public financial data for a French company from a SIREN or SIRET, including revenue and net income when available.
Inferred read-onlycompany_fr_intelligenceAggregates selected existing French company intelligence services into a single call, with selectable sections and tolerance for temporarily unavailable sources.
Inferred read-onlycompany_fr_opportunitiesRanks actionable French public funding and open procurement opportunities for a company using its profile, project context and historical public contracts.
Inferred read-onlycompany_fr_profileReturns the public profile of a French company from a SIREN or SIRET.
Inferred read-onlycompany_fr_public_contractsReturns public contracts awarded to a French company from consolidated French public procurement award data.
Inferred read-onlycompany_fr_riskDetects public legal-risk signals for a French company from company status and BODACC notices, including insolvency proceedings and deregistrations.
Inferred read-onlycompany_fr_searchSearches French companies by name, SIREN, SIRET or optional location criteria and returns structured matching company records.
Inferred read-onlycompany_fr_signalsDetects explainable business signals from available French company data, including closure, insolvency, revenue changes, new filings, public contracts and certifications.
Inferred read-onlycompany_fr_verifyVerifies the existence and current status of a French company or establishment from a SIREN or SIRET.
Inferred read-onlyprocurement_fr_searchSearches currently open French public procurement opportunities and returns normalized BOAMP tender data ready for automated processing.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.