🌐 Live Developer Portal & Topology Explorer: developers.seosiri.com
📖 Central Ecosystem Directory: SEOSiri MCP Directory
Official enterprise developer portal, interactive D3 network topology graph, and Cloudflare Workers edge gateway manager for the SEOSiri Model Context Protocol (MCP) Suite.
- 21 Active MCP Servers: Force-directed D3 network graph mapping connections between AI host clients (Claude Desktop, Cursor AI, LangChain), Cloudflare edge gateways (
*.seosiri.com), and published packages. - 199 Autonomous MCP Tools: Real-time tool schema inspector detailing tool parameters, descriptions, and sample JSON input payloads.
- Zero-Setup Client Config Generator: Automatically compiles valid
claude_desktop_config.jsonfiles for localuvandnpxpackage execution. - Live Edge Health Inspector: Monitors sub-millisecond HTTP response latencies across all live Cloudflare Worker edge subdomains.
- Dynamic Serverless Sitemap & LLM.txt Engine: Generates real-time
/sitemap.xmland/llm.txtendpoints at the edge for Googlebot and AI crawlers (GPTBot, ClaudeBot, PerplexityBot).
The application includes built-in framework modules designed for immediate B2B monetization:
- Free Tier (Default): 30 requests / minute (Zero setup, public discovery routing).
- Pro Tier ($299 / month): 1,000 requests / minute across all Cloudflare edge gateways with dedicated HMAC-SHA256 API key generation.
- Enterprise Contract ($2,500 / contract): 5,000 requests / minute, dedicated Cloudflare Zero Trust VPC setup, custom tool engineering, and SLA guarantee.
- Node.js (v20+) or Bun (v1.2+)
# 1. Clone repository
git clone https://github.com/SEOSiri-Official/developers-seosiri-com.git
cd developers-seosiri-com
# 2. Install dependencies
bun install # or: npm install
# 3. Start local development server
bun run dev # or: npm run dev
# 4. Build for production (outputs to ./dist)
bun run build # or: npm run buildThe application is deployed to Cloudflare Workers using a zero-dependency native ES Module Worker (worker.js) that serves compiled static assets from ./dist while handling CORS preflight headers and health checks.
🔗 https://developers.seosiri.com/health
{
"status": "HEALTHY",
"service": "SEOSiri Developer Portal & Dynamic MCP Gateway",
"active_mcp_servers_count": 21,
"total_autonomous_tools": 199,
"version": "1.0.0"
}This repository represents the master front-end control plane, administrative key-issuing dashboard, and edge gateway scaffolding for the SEOSiri MCP ecosystem. It is structured for rapid deployment as an independent white-label SaaS platform.
- Lead Architect & Founder: Momenul Ahmad (seosiri.com)
- Corporate Contact Desk: info@seosiri.com