Back to Home
expanso-io icon

mcp.expanso.io

by expanso-io

Overview

A Model Context Protocol (MCP) server for semantic search and retrieval over Expanso documentation, leveraging Cloudflare Workers, Vectorize, and LLMs to answer natural language queries and generate pipeline configurations.

Installation

Run Command
npm run dev

Environment Variables

  • CLOUDFLARE_ACCOUNT_ID
  • CLOUDFLARE_API_TOKEN
  • DOCS_DOMAINS
  • POSTHOG_API_KEY

Security Notes

The `get_resource` MCP tool directly fetches content from a user-provided URI without validation or sanitization. This constitutes a critical Server-Side Request Forgery (SSRF) vulnerability, allowing an attacker (or a malicious AI prompt) to potentially access internal network resources, local files (if the runtime permits), or perform port scanning by crafting a URI like `http://localhost/admin` or `file:///etc/passwd`.

Similar Servers

Stats

Interest Score0
Security Score3
Cost ClassHigh
Avg Tokens7000
Stars0
Forks1
Last Update2026-01-16

Tags

Semantic SearchRAGCloudflare WorkersVector DatabaseLLMData TransformationPipeline ValidationDocumentation AIMCP Protocol