signalis-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PRIVATE_KEY | No | 0x-prefixed wallet key with USDC on Base Mainnet. Required to pay the 5 paid tools on a live API. Free tools work without it; without a key the paid tools surface the 402 price terms. | |
| SIGNALIS_API_URL | No | Override the API base URL (default https://api.signalis.dev). | https://api.signalis.dev |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_briefA | Current Master Intelligence digest brief — title, executive summary, and overall sentiment (GET /v1/intelligence/brief). FREE, no wallet or API key required. |
| get_indexA | Poll target — returns the current master digest id, updatedAt, and nextExpected time (GET /v1/intelligence/index). Use it to detect a new digest before fetching. FREE, no wallet or API key required. |
| get_sampleA | Recent Master Intelligence digest sample showing the response structure (GET /v1/intelligence/sample). Use it to learn the contract before paying. FREE, no wallet or API key required. |
| get_latestA | Full Master Intelligence Digest with narratives, signals, and markdown analysis (GET /v1/intelligence/latest). FREE, no wallet or API key required. |
| submit_feedbackA | Submit quality feedback on a master digest (POST /v1/intelligence/feedback). FREE, no wallet or API key required. |
| get_intelligence_historyA | PAID $0.03 via x402. Historical Master Intelligence digests over a 1-168 hour lookback. Pays USDC on Base via x402. Compute-first, settle-after — you are never charged for an error. Set PRIVATE_KEY (wallet with USDC on Base Mainnet) to pay on a live API; without a key the call returns the 402 price terms. |
| get_pulse_narrativesA | PAID $0.01 via x402. Active AI-business narratives with lifecycle stage and momentum. Pays USDC on Base via x402. Compute-first, settle-after — you are never charged for an error. Set PRIVATE_KEY (wallet with USDC on Base Mainnet) to pay on a live API; without a key the call returns the 402 price terms. |
| get_pulse_narrativeA | PAID $0.01 via x402. Detail for one narrative — content items and source attribution. Pays USDC on Base via x402. Compute-first, settle-after — you are never charged for an error. Set PRIVATE_KEY (wallet with USDC on Base Mainnet) to pay on a live API; without a key the call returns the 402 price terms. |
| get_pulse_digestsA | PAID $0.03 via x402. Historical AI-business narrative digests. Pays USDC on Base via x402. Compute-first, settle-after — you are never charged for an error. Set PRIVATE_KEY (wallet with USDC on Base Mainnet) to pay on a live API; without a key the call returns the 402 price terms. |
| get_pulse_content_recentA | PAID $0.02 via x402. Raw scraped content items from the last 4 hours. Pays USDC on Base via x402. Compute-first, settle-after — you are never charged for an error. Set PRIVATE_KEY (wallet with USDC on Base Mainnet) to pay on a live API; without a key the call returns the 402 price terms. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 10 tools
Most tools target distinct resources, but get_brief and get_latest both return digest content, and get_pulse_narratives vs get_pulse_narrative require careful reading. Descriptions clarify the differences, so confusion is unlikely but possible.
The dominant pattern is get_<resource> with clear nouns (brief, index, sample, latest, history, narratives, etc.). The one outlier is submit_feedback, which uses a verb instead of get, but the rest are highly consistent.
10 tools is well-scoped for an intelligence API that offers free instant access, paid historical data, pulse narratives, and raw content. Each tool covers a meaningful endpoint without redundancy.
The toolset covers the core lifecycle: index polling, sample, latest digest, history, feedback, and pulse details. Missing a way to fetch a specific free digest by ID or search could slow agents, but most workflows are supported.