Skip to main content
Glama

mazzagrp-mcp

MCP x402 License: MIT Python 3.10+

MCP server wrapping 21 mazzagrp.com AI API endpoints with x402 USDC micropayments on Base. Agents pay per call with crypto — no API keys, no signup.

Install

pip install mazzagrp-mcp

Related MCP server: JMT x402 MCP Server

Configure

Add to your MCP client config (Claude Desktop, etc.):

{
  "mcpServers": {
    "mazzagrp": {
      "command": "mazzagrp-mcp",
      "env": {
        "MAZZAGRP_WALLET_KEY": "0xYOUR_PRIVATE_KEY"
      }
    }
  }
}

Or use a wallet file:

{
  "mcpServers": {
    "mazzagrp": {
      "command": "mazzagrp-mcp",
      "env": {
        "MAZZAGRP_WALLET_PATH": "/path/to/wallet.json"
      }
    }
  }
}

Wallet JSON format: {"private_key": "0x...", "address": "0x..."}

21 Tools

Tool

Price

Description

recall

$0.20

Memory recall and context retrieval

rag

$1.50

Retrieval-augmented generation pipeline

sql

$1.20

AI-powered SQL query generation

negotiator

$1.50

AI negotiation assistant

design

$0.80

AI-assisted design recommendations

simulation

$2.00

AI scenario simulation and modeling

character

$0.10

AI character generation

puzzles

$0.80

AI puzzle generation and solving

arena

$1.20

AI model comparison and benchmarking

storyforge

$0.60

AI creative story generation

autoflow

$1.50

AI workflow orchestration

worldbuilder

$2.00

AI worldbuilding for games and RPGs

longqa

$1.00

Long-form question answering

temporal

$0.80

Temporal workflow orchestration

desktop

$1.50

Desktop application AI assistant

mcp_eval

$2.00

MCP evaluation and scoring

sheets

$1.00

AI spreadsheet automation

webagent

$1.80

AI web agent for browsing

consultation

$5.00

AI consultation with senior strategist

chatbot

$1.00

Conversational AI chatbot

automation

$15.00

AI workflow automation design

How it works

  1. Agent calls an MCP tool (e.g., recall)

  2. MCP server POSTs to mazzagrp.com/api/recall

  3. Server returns HTTP 402 with x402 payment requirements

  4. MCP server signs EIP-712 payment with your wallet

  5. Retries with PAYMENT-SIGNATURE header

  6. Returns AI response to the agent

Payment

  • Protocol: x402 v2

  • Network: Base Sepolia (testnet)

  • Asset: USDC

  • Facilitator: x402.org/facilitator

Fund your wallet with USDC on Base Sepolia and the MCP server handles the rest.

License

MIT

Maintenance

ActivitySlowing
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    B
    quality
    B
    maintenance
    Connects AI agents to the Base network for onchain data, batch USDC payments, and access to over 200 AI models. It utilizes the x402 protocol to enable pay-per-request functionality using USDC without requiring traditional API keys or accounts.
    100
    53
    2
    MIT
  • A
    license
    B
    quality
    C
    maintenance
    Exposes 25 paid API endpoints as MCP tools for AI agents, with payments in USDC on Base mainnet via the x402 protocol, enabling tasks like web search, company intelligence, and crypto research.
    25
    68
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Provides AI agents with 10 pay-per-call utility tools (QR generation, DNS lookup, OCR, etc.) using USDC on Base via the x402 protocol, with agent's private key never leaving the agent.
    11
    67
    MIT

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/itsmeadamdamroma/mazzagrp-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server