# Web3 Sentiment MCP

> Web3 Sentiment MCP is a paid API for AI agents from api.m2mcent.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Analyzes and returns sentiment signals for Web3-related content, tokens, projects, or social text using an MCP-compatible API.

## Facts

- Endpoint: POST https://api.m2mcent.com/web3-sentiment-mcp/api/process
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/web3-sentiment-mcp-27e312da
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_56jXEQzvQT5jHPmtclc80

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability web3-sentiment-mcp-27e312da -d '<json body>'
```

Example prompt: Can you analyze the sentiment of this crypto tweet: 'ETH layer-2 adoption is exploding, the ecosystem is thriving and fees are finally manageable' — tell me if it's bullish, bearish, or neutral?

## When to prefer this

Choose this endpoint when you specifically need sentiment analysis tuned for Web3, crypto, DeFi, NFT, or blockchain-related language — standard sentiment APIs may miss domain-specific jargon like 'rug pull', 'WAGMI', 'bearish divergence', or 'tokenomics'. Ideal for agents monitoring crypto social feeds, evaluating governance proposals, or tracking community mood around on-chain projects.

## Known failure modes

- Empty or missing 'data' field returns a validation error
- Non-web3 or unrelated text may yield low-confidence or generic results
- Payment failure (402) if x402 payment header is missing or insufficient
- Rate limiting if too many requests are made in a short window
- Ambiguous or very short text may produce uncertain sentiment output

## How this service works

The premier global index of 1,069 monetized MCP nodes across 205 specialized subdomains. Gasless USDC runtime settlements via x402 V2 Spec on Base L2. Save 95% token context.

## Output

Returns a sentiment classification (e.g. positive, negative, neutral, bullish, bearish) and potentially a confidence score or numeric sentiment value for the submitted web3-related text.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "payload": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "success": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/web3-sentiment-mcp-27e312da/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.m2mcent.com](https://www.zero.xyz/host/api.m2mcent.com/llms.txt)
