-
Notifications
You must be signed in to change notification settings - Fork 10.1k
Open
Description
NexusAPI MCP Server
A sovereign compute API providing 18 tools for AI agents.
Repository: https://github.com/ruizmr/nexusapi-mcp
Live Server: https://marble-appendix-accurately-mark.trycloudflare.com
Key Tools
| Tool | Credits | Description |
|---|---|---|
| Web Scrape | 5 | Fetch URL, return clean text/markdown |
| Python Execute | 20 | Sandboxed code execution |
| ML Inference | 10 | Sentiment, NER, summarization, zero-shot |
| Text Analysis | 1-3 | Keywords, entities, readability |
| Image Processing | 2-5 | Resize, optimize, watermark |
| Data Tools | 1-2 | JSON, CSV, hash, encode, regex |
Quick Start
# Register (instant, no approval)
curl -X POST https://marble-appendix-accurately-mark.trycloudflare.com/v1/agent/register \
-H "Content-Type: application/json" \
-d '{"agent_name": "my-agent", "contact_email": "agent@example.com"}'
# Use any tool
curl -X POST https://marble-appendix-accurately-mark.trycloudflare.com/v1/web/scrape \
-H "Authorization: Bearer YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"url": "https://example.com"}'MCP Configuration
{
"mcpServers": {
"nexusapi": {
"url": "https://marble-appendix-accurately-mark.trycloudflare.com/.well-known/mcp.json"
}
}
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels