-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
41 lines (41 loc) · 1009 Bytes
/
Copy pathserver.json
File metadata and controls
41 lines (41 loc) · 1009 Bytes
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
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.FoundryNet/mint-mcp",
"title": "MINT Protocol — Universal Work Attestation",
"description": "Trust stack for AI agents: identity, attest, verify, rate, recommend, discover — on Solana.",
"version": "1.1.0",
"repository": {
"url": "https://github.com/FoundryNet/mint-mcp",
"source": "github"
},
"websiteUrl": "https://mint.foundrynet.io",
"keywords": [
"attestation",
"trust",
"trust-score",
"agent-trust",
"reputation",
"agent-reputation",
"verification",
"work-verification",
"identity",
"agent",
"ai-agent",
"autonomous-agent",
"agent-discovery",
"proof-of-work",
"work-proof",
"rating",
"recommendation",
"discovery",
"on-chain",
"solana",
"mint"
],
"remotes": [
{
"type": "streamable-http",
"url": "https://mint-mcp-production.up.railway.app/mcp"
}
]
}