Get price and trial terms
get_pricingGet list price, trial policy, and CAIP-2 network for MentionForge paid research tools. Use this free catalog to check costs or trial terms before making paid calls.
Instructions
Return MentionForge list price, trial policy, and CAIP-2 network for the paid research tools. Omit include_catalog or set it true to keep tools[] and endpoints[]; set false to drop those arrays and keep settlement fields only; extra keys are rejected; {} is valid. Use this free catalog when you need list price or trial terms. For Worker liveness use get_health instead. For cited mentions use research_mentions. Never charges and never runs research; needs no payment headers. Paid tools cost $0.02 USDC and share 10 trial calls via X-Wallet or X-Sandbox-Key. those paid tools (not this catalog) must always send Idempotency-Key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_catalog | No | Optional boolean. Default true. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mcp | Yes | Streamable HTTP MCP URL | |
| name | Yes | Product name | |
| tool | Yes | Paid MCP tool name (`research_mentions`) | |
| asset | Yes | Asset symbol (USDC) | |
| tools | No | Catalog of MCP tools. Paid tools share one 10-call trial. Omitted when include_catalog is false. | |
| trial | Yes | How to consume the free trial | |
| eip712 | Yes | Permit domain extras | |
| pay_to | Yes | Public payTo address for x402 exact (not a private key) | |
| network | Yes | CAIP-2 network (eip155:8453 on production) | |
| endpoint | Yes | REST POST /v1/research URL | |
| endpoints | No | REST surfaces. Paid POST routes verify against /v1/research x402 requirements. Omitted when include_catalog is false. | |
| price_usdc | Yes | List price in USDC (`0.02`) | |
| amount_atomic | Yes | Atomic USDC amount (`20000` = $0.02) | |
| asset_address | Yes | USDC contract on the advertised network | |
| payments_ready | Yes | True when this origin can verify/settle x402 | |
| free_trial_calls | Yes | Trial calls per wallet (10) | |
| idempotency_header | Yes | Send this header on every research call (`Idempotency-Key`) |