Aiscale Agent Services

by ry4ever

370 downloads
Not rated
GitHub

About

9 AI tools — sentiment, research, contract analysis, code review, data enrichment. Pay-per-call in USDC on Base via x402. No API keys, no subscriptions.

Details

Author
ry4ever
Downloads
370
Categories
AI

- No API keys or subscriptions needed
- Pay per call in USDC on Base L2
- 9 diverse AI tools with fixed pricing
- Free service discovery endpoint (list_services)
- Uses the x402 micropayment protocol

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Aiscale Agent Services
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Configure as an MCP server in your client using npx -y agent-services-platform and set the MCP_PRIVATE_KEY environment variable to a wallet private key. Fund that wallet with USDC on Base (available via bridge.base.org). Calls to paid tools deduct the listed fee automatically.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "aiscale agent services": {
            "aiscale": {
                "command": "npx",
                "args": [
                    "-y",
                    "agent-services-platform"
                ],
                "env": {
                    "MCP_PRIVATE_KEY": "<YOUR_WALLET_PRIVATE_KEY>"
                }
            }
        }
    }
}

McpServers

{
    "aiscale": {
        "command": "npx",
        "args": [
            "-y",
            "agent-services-platform"
        ],
        "env": {
            "MCP_PRIVATE_KEY": "<YOUR_WALLET_PRIVATE_KEY>"
        }
    }
}

AiScale Agent Services provides 9 production-ready AI tools accessible via MCP. Pay per call in USDC on Base L2 using the x402 protocol — no API keys, no subscriptions.

Tools



| Tool | Description | Price |
|------|-------------|-------|
| synthesize_research | AI research brief with citations | $0.15 |
| analyze_contract | Contract risk analysis (PDF/text) | $0.10 |
| review_code | Security + quality code review | $0.05 |
| enrich_email | Email → person/company details | $0.008 |
| get_company_profile | Company data by domain | $0.005 |
| extract_structured_data | URL/HTML → clean JSON | $0.004 |
| get_news_summary | Summarized news for a topic | $0.003 |
| get_sentiment | Stock ticker sentiment score | $0.002 |
| list_services | Discover all services + pricing | free |

Quick Start



```json
{
"mcpServers": {
"aiscale": {
"command": "npx",
"args": ["-y", "agent-services-platform"],
"env": {
"MCP_PRIVATE_KEY": "0xYOUR_PRIVATE_KEY"
}
}
}
}
Get USDC on Base: https://bridge.base.org
Live API: https://agents.aiscale.pro

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.