dmb-mcp-server

OriginalDopey/dmb-mcp-server
★ 0 stars Python 🗄️ Database Updated 3d ago
Production-style MCP server for AI agents: incremental web scraping, typed SQLite cache, FastMCP tools/resources, and offline parser tests.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "dmb-mcp-server": {
      "command": "uvx",
      "args": [
        "dmb-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install dmb-mcp-server

Topics

ai-agentsbeautifulsoupfastmcpmcpmodel-context-protocolpydanticpythonsqliteweb-scraping