WebDNA MCP Server
A custom server that integrates WebDNA documentation with AI assistants by scraping, indexing, and providing searchable documentation through MCP-compatible API endpoints.
README
WebDNA MCP Server
A custom Model Context Protocol (MCP) server for WebDNA documentation. This server scrapes and indexes WebDNA documentation from docs.webdna.us and provides API endpoints for searching and retrieving documentation.
Features
- Scrapes and indexes WebDNA documentation
- Provides MCP-compatible API endpoints for integration with AI assistants
- Full-text search for WebDNA instructions and contexts
- Categorized documentation browsing
- Supabase PostgreSQL database for storage and retrieval
Getting Started
Prerequisites
- Node.js (v14 or higher)
- npm
- Supabase account and project
Installation
- Clone the repository
- Install dependencies:
npm install
- Set up your environment variables by copying the example file and updating with your Supabase credentials:
cp .env.example .env
# Edit .env with your Supabase URL and API key
- Apply the database migrations to your Supabase project:
# Use the Supabase SQL Editor to run the SQL in migrations/01_initial_setup.sql
- Run the documentation scraper to populate the database:
npm run scrape
- Start the server:
npm start
The server will run on port 3000 by default. You can change this by setting the PORT environment variable.
MCP Tools
This server provides the following MCP tools:
search-webdna-docs
Searches WebDNA documentation for specific instructions, contexts, or keywords.
Parameters:
query(string): The search query for WebDNA documentation
get-webdna-doc
Retrieves detailed documentation for a specific WebDNA instruction or context by its ID.
Parameters:
id(string): The ID of the WebDNA instruction or context
get-webdna-categories
Retrieves all WebDNA documentation categories with the count of instructions in each category.
API Endpoints
POST /mcp/search-webdna-docs: Search WebDNA documentationPOST /mcp/get-webdna-doc: Get documentation by IDGET /mcp/get-webdna-categories: Get all categoriesGET /health: Health check endpoint
Development
For development with auto-restart on file changes:
npm run dev
License
ISC
Acknowledgments
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.