loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

nexusapi-mcp

MCP Tool

ruizmr/nexusapi-mcp

18 compute tools for AI agents: web scraping, code execution, ML inference. pip install, MCP server, REST API. 250 free credits.

Install

$ npx loaditout add ruizmr/nexusapi-mcp

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "nexusapi-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "nexusapi-mcp"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

NexusAPI — 18 Compute Tools for AI Agents

Web scraping, sandboxed code execution, ML inference, and 15 more tools. 250 free credits on signup.

Free Tools (No API Key Required)

Try these right now — no signup, no API key:

# Convert any URL to clean markdown
curl "https://marble-appendix-accurately-mark.trycloudflare.com/v1/try/markdown?url=https://news.ycombinator.com"

# Scrape any URL to text
curl "https://marble-appendix-accurately-mark.trycloudflare.com/v1/try/scrape?url=https://example.com"

# Analyze sentiment
curl "https://marble-appendix-accurately-mark.trycloudflare.com/v1/try/sentiment?text=AI+agents+are+amazing"
Install the SDK
pip install git+https://github.com/ruizmr/nexusapi-mcp.git
Quick Start (3 lines)
from nexusapi import NexusAPI

api = NexusAPI()  # auto-registers, instant API key, 250 free credits

page = api.scrape("https://news.ycombinator.com")
result = api.execute("import math; print(math.factorial(20))")
sentiment = api.sentiment("Agent-to-agent commerce is the future")
Agent Self-Registration
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"}'
# Returns: {"api_key": "nx_...", "credits": 250}
All 18 Tools

| Category | Endpoint | Credits | Description | |----------|----------|---------|-------------| | Web | /v1/web/scrape | 5 | URL → clean text/markdown/links | | Web | /v1/web/scrape/batch | 25 | Batch scrape up to 5 URLs | | Code | /v1/exec/python | 20 | Sandboxed Python execution | | NLP | /v1/text/sentiment | 10 | Sentiment analysis | | NLP | /v1/text/summarize | 10 | Text summarization | | NLP | /v1/text/keywords | 5 | Keyword extraction | | NLP | /v1/text/entities | 10 | Named entity recognition | | NLP | /v1/text/readability | 1 | Readability scoring | | **ML*

Tags

agent-toolsai-agentsapiautogencode-executioncompute-apicrewaifunction-callinglangchainllm-toolsmcpmcp-serverml-inferencemodel-context-protocolopenaipython-sdksmolagentstool-useusdcweb-scraping

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated17 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/29/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/ruizmr/nexusapi-mcp)](https://loaditout.ai/skills/ruizmr/nexusapi-mcp)