Skip to content

[Community Server] NexusAPI - 18 Compute Tools (Scrape, Execute, ML, Data) #3747

@ruizmr

Description

@ruizmr

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"
    }
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions