Buckets:
| # ๐ MCP Servers - Complete URL Reference | |
| **All base URLs, endpoints, and access methods for Echo Prime MCP ecosystem** | |
| ## ๐ **Primary Access URLs** | |
| ### **Hugging Face Spaces (Live Deployments)** | |
| | Service | Space URL | API Base URL | Status | | |
| |---------|-----------|--------------|--------| | |
| | **Echo Prime** | `https://huggingface.co/spaces/yourusername/echo-prime-mcp` | `https://yourusername-echo-prime-mcp.hf.space` | โ Live | | |
| | **Gavl Legal** | `https://huggingface.co/spaces/yourusername/gavl-legal-mcp` | `https://yourusername-gavl-legal-mcp.hf.space` | โ Live | | |
| | **QuLab Infinite** | `https://huggingface.co/spaces/yourusername/qulab-infinite-mcp` | `https://yourusername-qulab-infinite-mcp.hf.space` | โ Live | | |
| | **Achlys Eternal** | `https://huggingface.co/spaces/yourusername/achlys-eternal-system` | `https://yourusername-achlys-eternal-system.hf.space` | โ Live | | |
| ### **Local Development Servers** | |
| | Service | Base URL | Status | Port | | |
| |---------|----------|--------|------| | |
| | **Echo Prime** | `http://localhost:8001` | โ Ready | 8001 | | |
| | **Gavl Legal** | `http://localhost:8002` | โ Ready | 8002 | | |
| | **QuLab Infinite** | `http://localhost:8003` | โ Ready | 8003 | | |
| | **Simple Echo** | `http://localhost:8000` | โ Ready | 8000 | | |
| ## ๐ **Complete API Endpoints** | |
| ### **Echo Prime API** (`https://yourusername-echo-prime-mcp.hf.space`) | |
| ``` | |
| GET / # Server information | |
| GET /health # Health check | |
| GET /capabilities # Server capabilities | |
| POST /math # Mathematical reasoning | |
| POST /benchmark # AI model benchmarking | |
| POST /analyze-code # Code analysis | |
| GET /docs # Interactive API docs | |
| ``` | |
| ### **Gavl Legal API** (`https://yourusername-gavl-legal-mcp.hf.space`) | |
| ``` | |
| GET / # Server information | |
| GET /health # Health check | |
| GET /capabilities # Server capabilities | |
| POST /legal-research # Legal research queries | |
| POST /contract-analysis # Contract document analysis | |
| POST /compliance-check # Business compliance verification | |
| GET /docs # Interactive API docs | |
| ``` | |
| ### **QuLab Infinite API** (`https://yourusername-qulab-infinite-mcp.hf.space`) | |
| ``` | |
| GET / # Server information | |
| GET /health # Health check | |
| GET /capabilities # Server capabilities | |
| POST /materials-search # Materials database queries | |
| POST /quantum-simulation # Quantum mechanical calculations | |
| POST /molecular-dynamics # Molecular dynamics simulations | |
| POST /crystal-prediction # Crystal structure prediction | |
| GET /docs # Interactive API docs | |
| ``` | |
| ### **Achlys Eternal API** (`https://yourusername-achlys-eternal-system.hf.space`) | |
| ``` | |
| GET / # Server information | |
| GET /health # Health check | |
| GET /capabilities # Server capabilities | |
| POST /process # Cognitive AI processing | |
| GET /status # System status | |
| GET /architecture # System architecture info | |
| GET /docs # Interactive API docs | |
| ``` | |
| ## ๐ง **MCP Protocol Endpoints (Cursor IDE)** | |
| ### **Local MCP Servers** (stdio protocol) | |
| ``` | |
| echo-prime-mcp: python /Users/noone/echo_prime/mcp_servers/echo_prime_stdio_server.py | |
| qulab-infinite-mcp: python /Users/noone/echo_prime/mcp_servers/qulab_stdio_server.py | |
| achlys-echo-qulab-mcp: python /Users/noone/echo_prime/mcp_servers/achlys_echo_qulab_stdio_server.py | |
| achlys-eternal-mcp: python /Users/noone/echo_prime/achlys_mcp_server.py | |
| ``` | |
| ### **MCP Tools Available in Cursor** | |
| ``` | |
| ๐งฎ Echo Prime Tools: | |
| โข mathematical_reasoning | |
| โข run_benchmarks | |
| โข analyze_code | |
| ๐งฌ QuLab Tools: | |
| โข materials_search | |
| โข quantum_simulation | |
| โข molecular_dynamics | |
| โข crystal_prediction | |
| ๐ Achlys Tools: | |
| โข cognitive_processing | |
| โข consciousness_analysis | |
| โข aspect_activation | |
| ๐ง Combined Tools: | |
| โข integrated_processing | |
| โข multi_system_analysis | |
| ``` | |
| ## ๐ **Alternative Hosting URLs** | |
| ### **Vercel Deployment** (if deployed) | |
| ``` | |
| https://echo-prime-[id].vercel.app | |
| https://gavl-[id].vercel.app | |
| https://qulab-[id].vercel.app | |
| https://achlys-[id].vercel.app | |
| ``` | |
| ### **Railway Deployment** (if deployed) | |
| ``` | |
| https://echo-prime-mcp.railway.app | |
| https://gavl-mcp.railway.app | |
| https://qulab-infinite-mcp.railway.app | |
| https://achlys-eternal.railway.app | |
| ``` | |
| ### **Bluehost Deployment** (if deployed) | |
| ``` | |
| https://echo-prime.n3ph1l1m.com | |
| https://gavl.n3ph1l1m.com | |
| https://qulab.n3ph1l1m.com | |
| https://achlys-eternal.n3ph1l1m.com | |
| ``` | |
| ## ๐ **Documentation URLs** | |
| ### **Interactive API Documentation** | |
| - **Echo Prime**: `https://yourusername-echo-prime-mcp.hf.space/docs` | |
| - **Gavl Legal**: `https://yourusername-gavl-legal-mcp.hf.space/docs` | |
| - **QuLab Infinite**: `https://yourusername-qulab-infinite-mcp.hf.space/docs` | |
| - **Achlys Eternal**: `https://yourusername-achlys-eternal-system.hf.space/docs` | |
| ### **OpenAPI Specifications** | |
| - **Echo Prime**: `https://yourusername-echo-prime-mcp.hf.space/openapi.json` | |
| - **Gavl Legal**: `https://yourusername-gavl-legal-mcp.hf.space/openapi.json` | |
| - **QuLab Infinite**: `https://yourusername-qulab-infinite-mcp.hf.space/openapi.json` | |
| - **Achlys Eternal**: `https://yourusername-achlys-eternal-system.hf.space/openapi.json` | |
| ## ๐ **Health Check URLs** | |
| ### **All Services Health Checks** | |
| ``` | |
| https://yourusername-echo-prime-mcp.hf.space/health | |
| https://yourusername-gavl-legal-mcp.hf.space/health | |
| https://yourusername-qulab-infinite-mcp.hf.space/health | |
| https://yourusername-achlys-eternal-system.hf.space/health | |
| ``` | |
| ## ๐งช **Testing URLs** | |
| ### **Quick API Tests** | |
| ```bash | |
| # Test Echo Prime | |
| curl -X POST https://yourusername-echo-prime-mcp.hf.space/math \ | |
| -H "Content-Type: application/json" \ | |
| -d '{"problem": "Solve 2x + 3 = 7"}' | |
| # Test Gavl Legal | |
| curl -X POST https://yourusername-gavl-legal-mcp.hf.space/legal-research \ | |
| -H "Content-Type: application/json" \ | |
| -d '{"query": "contract law", "jurisdiction": "US"}' | |
| # Test QuLab | |
| curl -X POST https://yourusername-qulab-infinite-mcp.hf.space/materials-search \ | |
| -H "Content-Type: application/json" \ | |
| -d '{"formula": "SiO2"}' | |
| # Test Achlys | |
| curl -X POST https://yourusername-achlys-eternal-system.hf.space/process \ | |
| -H "Content-Type: application/json" \ | |
| -d '{"input": "Analyze consciousness"}' | |
| ``` | |
| ## ๐ฏ **Primary Base URLs to List** | |
| ### **For Documentation & Marketing:** | |
| 1. **Live Demos**: `https://huggingface.co/spaces/yourusername/[service-name]` | |
| 2. **API Base**: `https://yourusername-[service-name].hf.space` | |
| 3. **Documentation**: `https://yourusername-[service-name].hf.space/docs` | |
| ### **For Cursor MCP Configuration:** | |
| 1. **Local Development**: `http://localhost:8000-8003` | |
| 2. **MCP Protocol**: stdio servers in `mcp_servers/` directory | |
| ### **For API Integration:** | |
| 1. **REST APIs**: `https://yourusername-[service-name].hf.space/[endpoint]` | |
| 2. **WebSocket**: Available on same base URLs | |
| 3. **Health Monitoring**: `https://yourusername-[service-name].hf.space/health` | |
| ## ๐ **URL Priority Order** | |
| ### **1. Primary (Always List These)** | |
| - **Hugging Face Space URLs**: `https://huggingface.co/spaces/yourusername/[service]` | |
| - **API Base URLs**: `https://yourusername-[service].hf.space` | |
| - **Documentation URLs**: `https://yourusername-[service].hf.space/docs` | |
| ### **2. Secondary (Development/Testing)** | |
| - **Local Development**: `http://localhost:8000-8003` | |
| - **Health Checks**: `/health` on all base URLs | |
| - **MCP Protocol**: stdio server scripts | |
| ### **3. Tertiary (Alternative Hosting)** | |
| - **Vercel URLs**: `https://[service]-[id].vercel.app` | |
| - **Railway URLs**: `https://[service]-mcp.railway.app` | |
| - **Custom Domains**: `https://[service].yourdomain.com` | |
| ## ๐ **Quick Reference** | |
| ### **Base URLs to List:** | |
| ``` | |
| ๐ Live Spaces: | |
| โโโ https://huggingface.co/spaces/yourusername/echo-prime-mcp | |
| โโโ https://huggingface.co/spaces/yourusername/gavl-legal-mcp | |
| โโโ https://huggingface.co/spaces/yourusername/qulab-infinite-mcp | |
| โโโ https://huggingface.co/spaces/yourusername/achlys-eternal-system | |
| ๐ API Endpoints: | |
| โโโ https://yourusername-echo-prime-mcp.hf.space | |
| โโโ https://yourusername-gavl-legal-mcp.hf.space | |
| โโโ https://yourusername-qulab-infinite-mcp.hf.space | |
| โโโ https://yourusername-achlys-eternal-system.hf.space | |
| ๐ Documentation: | |
| โโโ https://yourusername-echo-prime-mcp.hf.space/docs | |
| โโโ https://yourusername-gavl-legal-mcp.hf.space/docs | |
| โโโ https://yourusername-qulab-infinite-mcp.hf.space/docs | |
| โโโ https://yourusername-achlys-eternal-system.hf.space/docs | |
| ``` | |
| **Replace `yourusername` with your actual Hugging Face username!** ๐ฏ |
Xet Storage Details
- Size:
- 8.63 kB
- Xet hash:
- 2bcbe5301174d3d971753fe03eb347704a9cb814db8f817dc6df99da1f023fcd
ยท
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.