Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Twisted Nail Server

БесплатноНе проверен

Enables AI assistants to query Twisted Nail's services, materials, service area, and FAQs for aggregate supply and hauling.

GitHubEmbed

Описание

Enables AI assistants to query Twisted Nail's services, materials, service area, and FAQs for aggregate supply and hauling.

README

A remote Model Context Protocol server that lets AI assistants and agents query Twisted Nail's services, aggregate materials, Central Texas service area, and FAQs directly — first-party answers instead of guesses.

This folder is generated from the mcp-client-kit template. All client content lives in src/data.ts; everything else is plumbing.

Run locally

npm install
npm run dev        # wrangler dev → http://localhost:8787
  • Landing page: http://localhost:8787/
  • MCP endpoint (Streamable HTTP): http://localhost:8787/mcp
  • SSE endpoint (legacy clients): http://localhost:8787/sse

Type-check before shipping:

npm run typecheck

Connect it to Claude

Add a remote MCP server pointing at http://localhost:8787/mcp (local) or your deployed URL. In claude_desktop_config.json you can bridge a remote server with:

{
  "mcpServers": {
    "twistednail": {
      "command": "npx",
      "args": ["mcp-remote", "http://localhost:8787/mcp"]
    }
  }
}

The 8 tools

Adapted from the kit's default 7: list_offerings is split into list_services + list_materials (Twisted Nail supplies both), get_locations becomes get_service_areas (it hauls — no storefront), and submit_inquiry becomes request_quote (captures material + quantity + delivery city).

Tool What it does
search_knowledge Keyword search across the whole knowledge base
get_overview About Twisted Nail + key facts + primary CTA
list_services Browse services: supply, trucking, brokering, heavy haul
list_materials Browse aggregate materials (limestone, granite, sand…)
get_offering Full detail on one service or material by id
get_service_areas Central Texas cities served + dispatch
get_faqs FAQs (optional category/keyword filter)
request_quote Confirms a quote request + returns official contact channels

Deploy (only when the client signs off)

Cloudflare Workers (default):

npx wrangler login
npm run deploy

Vercel (alternative): the MCP wiring uses the standard SDK + a Fetch handler, so it ports to a Vercel Function with mcp-handler. See the kit's BUILD-PLAYBOOK for the swap.


MCP server built by Search Influence.

from github.com/cba70118/twistednail-mcp

Установка Twisted Nail Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/cba70118/twistednail-mcp

FAQ

Twisted Nail Server MCP бесплатный?

Да, Twisted Nail Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Twisted Nail Server?

Нет, Twisted Nail Server работает без API-ключей и переменных окружения.

Twisted Nail Server — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Twisted Nail Server в Claude Desktop, Claude Code или Cursor?

Открой Twisted Nail Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Twisted Nail Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai