← revitt.co

INDIVIDUAL MCP TOOL

get_service

Fetch full details for one service — catalogue items, process steps, FAQs, and linked case studies.

revitt.conone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent endpoint

revitt.co

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

.mcp.json

{
  "mcpServers": {
    "revitt-co": {
      "type": "http",
      "url": "https://revitt.co/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • list_services — List every service Revitt provides with slug, name, tagline, and URL.
  • list_offers — List fixed-scope Revitt offers (prod-ready packages with defined deliverables).
  • get_offer — Fetch full details for one offer.
  • list_case_studies — List published case studies with slug, title, description, and tags.
  • get_case_study — Fetch full markdown content for a published case study.
  • submit_inquiry — Submit a project brief to Revitt.