← farmabooster.com

INDIVIDUAL MCP TOOL

calculate_pharmacy_margin

Stima il margine netto mensile/annuo di una farmacia online e il recupero potenziale attivando il repricing FarmaBooster.

farmabooster.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.farmabooster.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for calculate_pharmacy_margin 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

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

.mcp.json

{
  "mcpServers": {
    "farmabooster-mcp": {
      "type": "http",
      "url": "https://www.farmabooster.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • get_service_overview — Restituisce una panoramica pubblica di FarmaBooster: cosa fa, chi serve, contatti e offerta corrente.
  • list_blog_posts — Elenca gli articoli pubblici del blog FarmaBooster (titolo, slug, categoria, estratto, URL).
  • get_blog_post — Restituisce il testo completo di un articolo del blog FarmaBooster dato il suo slug.
  • search_blog — Ricerca full-text negli articoli del blog FarmaBooster (titolo, estratto, corpo).