← interfibra.it

INDIVIDUAL MCP TOOL

link_attivazione

Costruisce il link con cui il cliente completa la sottoscrizione, con indirizzo e tecnologia già compilati.

interfibra.itnone authenticationAvailability not checked

LIVE ENDPOINT

https://interfibra.it/api/mcp

No auth detected

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

interfibra.it

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • verifica_copertura — Verifica quali tecnologie Interfibra può attivare a un indirizzo italiano (FTTH, FTTC o FWA radio) e quale offerta è la più adatta.
  • elenco_offerte — Il listino Interfibra attivabile oggi: canone, canone scontato con addebito diretto, velocità, contributo di allaccio e costo di disattivazione.
  • dettaglio_offerta — Tutti i dati di una singola offerta, dato il suo slug.
  • informazioni_azienda — Dati dell'azienda, contatti, cosa significano le tecnologie e cosa un assistente non può fare al posto del cliente.