Sign In

@prereason/mcp

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prereason/mcp - npm Package Compare versions

Comparing version
0.1.10
to
0.1.11
+1
-1
bin/cli.js

@@ -25,3 +25,3 @@ #!/usr/bin/env node

const PKG_NAME = '@prereason/mcp';
const PKG_VERSION = '0.1.10';
const PKG_VERSION = '0.1.11';
const DEFAULT_URL = 'https://api.prereason.com/api/mcp';

@@ -28,0 +28,0 @@

# Changelog
## 0.1.11 (2026-03-17)
- Vocabulary alignment: "templates" → "briefings" across README, CHANGELOG, and tool references
- Update published npm description to reference "briefings" instead of "templates"
## 0.1.10 (2026-03-15)

@@ -49,3 +54,3 @@

- Add MIT LICENSE file
- Enhance README with full template list, troubleshooting, and example prompts
- Enhance README with full briefing list, troubleshooting, and example prompts
- Add CHANGELOG

@@ -60,2 +65,2 @@

- `--help` and `--version` flags
- 5 MCP tools: get_context, get_metric, list_templates, list_metrics, get_health
- 5 MCP tools: get_context, get_metric, list_briefings, list_metrics, get_health
{
"name": "@prereason/mcp",
"version": "0.1.10",
"version": "0.1.11",
"type": "module",
"description": "MCP server for pre-analyzed Bitcoin and macro financial intelligence. 17 context templates with trend interpretation, momentum analysis, and cross-asset correlations.",
"description": "MCP server for PreReason — the Context API for financial agents. 17 pre-reasoned market briefings with trend signals, regime classification, confidence scores, and cross-asset correlations.",
"bin": {

@@ -32,7 +32,7 @@ "prereason-mcp": "./bin/cli.js"

"crypto",
"financial-data",
"context-api",
"market-briefing",
"liquidity",
"ai-agent",
"trading",
"market-data",
"pre-reasoned",
"context-protocol"

@@ -39,0 +39,0 @@ ],

+14
-14

@@ -6,5 +6,5 @@ # @prereason/mcp

MCP server for [PreReason](https://www.prereason.com): pre-analyzed Bitcoin and macro financial intelligence.
MCP server for [PreReason](https://www.prereason.com) — the Context API for financial agents.
PreReason returns pre-analyzed market context: trend interpretation, momentum analysis, cross-asset correlations, and more. Use it when your task needs to understand market conditions for decision-making, not raw price feeds.
PreReason returns pre-reasoned market briefings: trend signals, regime classification, confidence scores, cross-asset correlations, and causal narratives. Use it when your agent needs to reason about market conditions, not parse raw price feeds.

@@ -74,12 +74,12 @@ ## Quick Start

|------|------|-------------|
| `list_templates` | Open | List all 17 context templates with tier requirements |
| `list_briefings` | Open | List all 17 pre-reasoned market briefings with tier requirements |
| `list_metrics` | Open | List all 38 available metrics: 30 API + 8 mining/energy (filterable by category) |
| `get_health` | Open | API health check, version, account tier |
| `get_context` | Required | Fetch a context template (markdown or JSON) |
| `get_context` | Required | Fetch a pre-reasoned market briefing (markdown or JSON) |
| `get_metric` | Required | Fetch a single metric with trend/signal/percentile |
## 17 Context Templates
## 17 Market Briefings
### Free (6 templates)
| Template | Description |
### Free (6 briefings)
| Briefing | Description |
|----------|-------------|

@@ -93,4 +93,4 @@ | `btc.quick-check` | Minimal fast context: BTC + Net Liquidity + correlation |

### Basic - $19.99/mo (5 templates)
| Template | Description |
### Basic - $19.99/mo (5 briefings)
| Briefing | Description |
|----------|-------------|

@@ -103,4 +103,4 @@ | `btc.momentum` | 200D MA support/resistance with 7d/30d/90d momentum and YTD percentiles |

### Pro - $49.99/mo (6 templates)
| Template | Description |
### Pro - $49.99/mo (6 briefings)
| Briefing | Description |
|----------|-------------|

@@ -120,6 +120,6 @@ | `btc.full` | Complete market intelligence with all metrics and analysis |

- "Show me the macro snapshot"
- "What does the full context template say about market conditions?"
- "What does the full context briefing say about market conditions?"
- "Get the bitcoin price metric with trend analysis"
- "What's the hash ribbon signal right now?"
- "List available templates"
- "List available briefings"

@@ -161,3 +161,3 @@ ## Troubleshooting

### Auth errors on get_context / get_metric
- `list_templates`, `list_metrics`, and `get_health` work without a key
- `list_briefings`, `list_metrics`, and `get_health` work without a key
- `get_context` and `get_metric` require a valid API key

@@ -164,0 +164,0 @@ - Get a free key at [prereason.com/signup](https://www.prereason.com/signup)