MCP server over robertdelanghe.dev's signed static API — read-only, verifies responses against the site's content-addressed manifest.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"site-mcp": {
"command": "npx",
"args": [
"-y",
"bounded-systems/site-mcp"
]
}
}
}
Run in terminal:
claude mcp add site-mcp npx -y bounded-systems/site-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"site-mcp": {
"command": "npx",
"args": [
"-y",
"bounded-systems/site-mcp"
]
}
}
}