Twisted Nail MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Twisted Nail MCP Serverwhat materials do you have for driveway gravel?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Twisted Nail — MCP Server
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:8787Landing page: http://localhost:8787/
MCP endpoint (Streamable HTTP):
http://localhost:8787/mcpSSE endpoint (legacy clients):
http://localhost:8787/sse
Type-check before shipping:
npm run typecheckRelated MCP server: Crawl4AI RAG MCP Server
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 |
| Keyword search across the whole knowledge base |
| About Twisted Nail + key facts + primary CTA |
| Browse services: supply, trucking, brokering, heavy haul |
| Browse aggregate materials (limestone, granite, sand…) |
| Full detail on one service or material by id |
| Central Texas cities served + dispatch |
| FAQs (optional category/keyword filter) |
| Confirms a quote request + returns official contact channels |
Deploy (only when the client signs off)
Cloudflare Workers (default):
npx wrangler login
npm run deployVercel (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.
This server cannot be deployed
Maintenance
Related MCP Connectors
Answers questions about a business using its indexed website content, with cited sources.
AI support agent platform for small businesses. Query pricing, features, and examples.
Run AI customer support from your terminal: conversations, knowledge base, and chat widget.
- HAVNOAuthapp.havnre
Read-only AI access to HAVN properties, leads, tasks, files, media, and analytics.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables AI assistants to manage WordPress sites through natural conversation, supporting post creation, content updates, site queries, and draft-to-publish workflows via the WordPress REST API.9MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI assistants to crawl websites, extract and store web content with semantic search capabilities using vector embeddings, and retrieve information through natural language queries with tag-based filtering and intelligent content cleaning.-
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to query and retrieve topic-specific knowledge from recursively crawled and indexed web pages.568 npm11MIT
- FlicenseAqualityDmaintenanceFetches and analyzes website content to provide business context to AI agents, designed for Voice AI in GoHighLevel.1-