@prereason/mcp 0.1.9 → 0.1.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +13 -2
- package/README.md +15 -15
- package/bin/cli.js +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.1.11 (2026-03-17)
|
|
4
|
+
|
|
5
|
+
- Vocabulary alignment: "templates" → "briefings" across README, CHANGELOG, and tool references
|
|
6
|
+
- Update published npm description to reference "briefings" instead of "templates"
|
|
7
|
+
|
|
8
|
+
## 0.1.10 (2026-03-15)
|
|
9
|
+
|
|
10
|
+
- Enable SLSA provenance attestation via GitHub Actions publish workflow
|
|
11
|
+
- Fix workflow placement: move from `packages/mcp/.github/` to repo root `.github/workflows/`
|
|
12
|
+
- Switch publish trigger to `workflow_dispatch` for manual control
|
|
13
|
+
|
|
3
14
|
## 0.1.9 (2026-03-10)
|
|
4
15
|
|
|
5
16
|
- Expand `socket.yml` to suppress all known-safe transitive dependency alerts from `@modelcontextprotocol/sdk`
|
|
@@ -40,7 +51,7 @@
|
|
|
40
51
|
## 0.1.1 (2026-02-21)
|
|
41
52
|
|
|
42
53
|
- Add MIT LICENSE file
|
|
43
|
-
- Enhance README with full
|
|
54
|
+
- Enhance README with full briefing list, troubleshooting, and example prompts
|
|
44
55
|
- Add CHANGELOG
|
|
45
56
|
|
|
46
57
|
## 0.1.0 (2026-02-20)
|
|
@@ -50,4 +61,4 @@
|
|
|
50
61
|
- Default URL: `https://api.prereason.com/api/mcp`
|
|
51
62
|
- `--header Key:Value` flag for API key authentication
|
|
52
63
|
- `--help` and `--version` flags
|
|
53
|
-
- 5 MCP tools: get_context, get_metric,
|
|
64
|
+
- 5 MCP tools: get_context, get_metric, list_briefings, list_metrics, get_health
|
package/README.md
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
[](https://www.npmjs.com/package/@prereason/mcp)
|
|
4
4
|
[](https://opensource.org/licenses/MIT)
|
|
5
5
|
|
|
6
|
-
MCP server for [PreReason](https://www.prereason.com)
|
|
6
|
+
MCP server for [PreReason](https://www.prereason.com) — the Context API for financial agents.
|
|
7
7
|
|
|
8
|
-
PreReason returns pre-
|
|
8
|
+
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.
|
|
9
9
|
|
|
10
10
|
## Quick Start
|
|
11
11
|
|
|
@@ -70,16 +70,16 @@ Restart your MCP client after editing the config. PreReason should appear with 5
|
|
|
70
70
|
|
|
71
71
|
| Tool | Auth | Description |
|
|
72
72
|
|------|------|-------------|
|
|
73
|
-
| `
|
|
74
|
-
| `list_metrics` | Open | List all
|
|
73
|
+
| `list_briefings` | Open | List all 17 pre-reasoned market briefings with tier requirements |
|
|
74
|
+
| `list_metrics` | Open | List all 38 available metrics: 30 API + 8 mining/energy (filterable by category) |
|
|
75
75
|
| `get_health` | Open | API health check, version, account tier |
|
|
76
|
-
| `get_context` | Required | Fetch a
|
|
76
|
+
| `get_context` | Required | Fetch a pre-reasoned market briefing (markdown or JSON) |
|
|
77
77
|
| `get_metric` | Required | Fetch a single metric with trend/signal/percentile |
|
|
78
78
|
|
|
79
|
-
## 17
|
|
79
|
+
## 17 Market Briefings
|
|
80
80
|
|
|
81
|
-
### Free (6
|
|
82
|
-
|
|
|
81
|
+
### Free (6 briefings)
|
|
82
|
+
| Briefing | Description |
|
|
83
83
|
|----------|-------------|
|
|
84
84
|
| `btc.quick-check` | Minimal fast context: BTC + Net Liquidity + correlation |
|
|
85
85
|
| `btc.context` | BTC + liquidity + hash ribbon + difficulty + momentum |
|
|
@@ -88,8 +88,8 @@ Restart your MCP client after editing the config. PreReason should appear with 5
|
|
|
88
88
|
| `btc.pulse` | Volume, fees, mempool analysis |
|
|
89
89
|
| `btc.grid-stress` | Epoch pace and difficulty adjustment forecast |
|
|
90
90
|
|
|
91
|
-
### Basic - $19.99/mo (5
|
|
92
|
-
|
|
|
91
|
+
### Basic - $19.99/mo (5 briefings)
|
|
92
|
+
| Briefing | Description |
|
|
93
93
|
|----------|-------------|
|
|
94
94
|
| `btc.momentum` | 200D MA support/resistance with 7d/30d/90d momentum and YTD percentiles |
|
|
95
95
|
| `macro.liquidity` | Liquidity indicators with momentum analysis |
|
|
@@ -97,8 +97,8 @@ Restart your MCP client after editing the config. PreReason should appear with 5
|
|
|
97
97
|
| `cross.breadth` | Cross-asset breadth with SPY, DXY, VIX |
|
|
98
98
|
| `btc.miner-survival` | Hashprice thermometer with miner stress scoring |
|
|
99
99
|
|
|
100
|
-
### Pro - $49.99/mo (6
|
|
101
|
-
|
|
|
100
|
+
### Pro - $49.99/mo (6 briefings)
|
|
101
|
+
| Briefing | Description |
|
|
102
102
|
|----------|-------------|
|
|
103
103
|
| `btc.full` | Complete market intelligence with all metrics and analysis |
|
|
104
104
|
| `btc.factors` | Multi-factor attribution for BTC price movements |
|
|
@@ -113,10 +113,10 @@ Once connected, try prompts like:
|
|
|
113
113
|
|
|
114
114
|
- "What's the current BTC regime?"
|
|
115
115
|
- "Show me the macro snapshot"
|
|
116
|
-
- "What does the full context
|
|
116
|
+
- "What does the full context briefing say about market conditions?"
|
|
117
117
|
- "Get the bitcoin price metric with trend analysis"
|
|
118
118
|
- "What's the hash ribbon signal right now?"
|
|
119
|
-
- "List available
|
|
119
|
+
- "List available briefings"
|
|
120
120
|
|
|
121
121
|
## Troubleshooting
|
|
122
122
|
|
|
@@ -153,7 +153,7 @@ If you still see this error, ensure you're using the `env` block (not `--header`
|
|
|
153
153
|
```
|
|
154
154
|
|
|
155
155
|
### Auth errors on get_context / get_metric
|
|
156
|
-
- `
|
|
156
|
+
- `list_briefings`, `list_metrics`, and `get_health` work without a key
|
|
157
157
|
- `get_context` and `get_metric` require a valid API key
|
|
158
158
|
- Get a free key at [prereason.com/signup](https://www.prereason.com/signup)
|
|
159
159
|
|
package/bin/cli.js
CHANGED
|
@@ -22,7 +22,7 @@ import { StreamableHTTPClientTransport } from '@modelcontextprotocol/sdk/client/
|
|
|
22
22
|
|
|
23
23
|
// Keep in sync with package.json on each release
|
|
24
24
|
const PKG_NAME = '@prereason/mcp';
|
|
25
|
-
const PKG_VERSION = '0.1.
|
|
25
|
+
const PKG_VERSION = '0.1.11';
|
|
26
26
|
const DEFAULT_URL = 'https://api.prereason.com/api/mcp';
|
|
27
27
|
|
|
28
28
|
// --- Help / Version ---
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prereason/mcp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.11",
|
|
4
4
|
"type": "module",
|
|
5
|
-
"description": "MCP server for
|
|
5
|
+
"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.",
|
|
6
6
|
"bin": {
|
|
7
7
|
"prereason-mcp": "./bin/cli.js"
|
|
8
8
|
},
|
|
@@ -29,17 +29,17 @@
|
|
|
29
29
|
"llm",
|
|
30
30
|
"finance",
|
|
31
31
|
"crypto",
|
|
32
|
-
"
|
|
32
|
+
"context-api",
|
|
33
|
+
"market-briefing",
|
|
33
34
|
"liquidity",
|
|
34
35
|
"ai-agent",
|
|
35
|
-
"
|
|
36
|
-
"market-data",
|
|
36
|
+
"pre-reasoned",
|
|
37
37
|
"context-protocol"
|
|
38
38
|
],
|
|
39
39
|
"license": "MIT",
|
|
40
40
|
"homepage": "https://www.prereason.com/docs#mcp",
|
|
41
41
|
"repository": {
|
|
42
42
|
"type": "git",
|
|
43
|
-
"url": "https://github.com/
|
|
43
|
+
"url": "https://github.com/PreReason/mcp"
|
|
44
44
|
}
|
|
45
45
|
}
|