workofarttattoo/echo_prime / MCP_URLS_REFERENCE.md
workofarttattoo's picture
|
download
raw
8.63 kB
# ๐ŸŒ 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.