-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
42 lines (42 loc) · 1.16 KB
/
Copy pathserver.json
File metadata and controls
42 lines (42 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.goodmeta/intelligence-mcp",
"description": "Agent payments ecosystem intelligence. Scans GitHub/HN/npm across AP2, ACP, x402, MPP, UCP.",
"repository": {
"url": "https://github.com/goodmeta/intelligence-mcp",
"source": "github"
},
"version": "0.1.4",
"packages": [
{
"registryType": "npm",
"identifier": "@goodmeta/intelligence-mcp",
"version": "0.1.4",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"name": "GITHUB_PAT",
"description": "GitHub Personal Access Token for scanning repos and issues.",
"isRequired": true,
"isSecret": true,
"format": "string"
},
{
"name": "ANTHROPIC_API_KEY",
"description": "Anthropic API key for classifying and scoring signals.",
"isRequired": true,
"isSecret": true,
"format": "string"
}
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://intel.goodmeta.co/mcp"
}
]
}