← segentic.dev

INDIVIDUAL MCP TOOL

list_packages

Vrste spletnih strani (vizitka, poslovna, katalog, trgovina) z osnovno ceno in kaj je vključeno.

segentic.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://segentic.dev/mcp

No auth detected

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

segentic.dev

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

.mcp.json

{
  "mcpServers": {
    "segentic": {
      "type": "http",
      "url": "https://segentic.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "segentic",
  "transport": "streamable-http",
  "url": "https://segentic.dev/mcp"
}
MCP Inspector

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

Related tools

  • get_contact_info — Kontakt in pravni podatki podjetja Segentic (e-pošta, blagovna znamka, območje delovanja).
  • estimate_price — Okvirna cena izdelave za izbrano vrsto + količine (cenovni kalkulator).
  • list_articles — Članki bloga z naslovom, izvlečkom, datumom in URL.
  • get_article — Cel članek bloga po slugu (kot ga vrne list_articles).
  • search_content — Iskanje po ključni besedi čez članke in storitve.