Skip to content

Add NexusAPI — Compute API for AI Agents (scraping, code execution, ML inference) #611

@ruizmr

Description

@ruizmr

NexusAPI provides 18 compute tools specifically built for AI agents:

  • Web Scraping: Fetch any URL → clean text/markdown (5 credits / $0.005)
  • Code Execution: Sandboxed Python execution (20 credits / $0.02)
  • ML Inference: Sentiment, NER, summarization, zero-shot classification (10 credits / $0.01)
  • Data & Utility Tools: Hashing, encoding, regex, QR, UUID, etc.

Agent-native design:

  • Self-registration: one POST call → API key + 250 free credits
  • MCP manifest for tool discovery
  • USDC on Base L2 for payments

Try it:

pip install git+https://github.com/ruizmr/nexusapi-mcp.git
from nexusapi import NexusAPI
api = NexusAPI()  # auto-registers
page = api.scrape("https://news.ycombinator.com")
result = api.execute("print(2+2)")

Links:

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