INDIVIDUAL MCP TOOL
get_company_metrics
Métriques financières complètes d'une société minière (prix, market cap, perfs YTD/2025, ATH, KPI ActionArgent, verdicts) avec data_updated_at et freshness (ok|stale si données > 2 jours ou prix absent).
LIVE ENDPOINT
https://actionargent.com/api/mcp
Connect to this endpoint to inspect the live schema for get_company_metrics 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
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.actionargent-mcp]
url = "https://actionargent.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"actionargent-mcp": {
"type": "http",
"url": "https://actionargent.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: actionargent-mcp
Remote MCP URL: https://actionargent.com/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": {
"actionargent-mcp": {
"url": "https://actionargent.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"actionargent-mcp": {
"type": "http",
"url": "https://actionargent.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "actionargent-mcp",
"transport": "streamable-http",
"url": "https://actionargent.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_companies— Recherche de sociétés minières argent par nom, ticker, slug ou bourse.list_analyses— Liste les fiches analyses ActionArgent : slug, ticker, titre et notation étoiles (extraite du MDX).get_analysis— Contenu d'une fiche analyse : frontmatter (title, ticker, exchange, sector, description), extrait des 50 premières lignes du MDX, et grille KPI (critères + étoiles) si présente.compare_silver_miners— Comparatif de 2 à 5 sociétés minières argent : prix, market cap, perfs YTD/2025, ATH, notation et freshness par société.get_company_verdict— Verdict ActionArgent d'une société : conviction, forces, faiblesses, commentaire.get_silver_price— Cours spot de l'argent (XAG) en EUR.