File size: 904 Bytes
067d167
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json",
  "name": "io.github.simohammedb/travseal",
  "description": "The plug-and-play MCP Server that turns any AI agent into an automated, low-cost C2PA provenance stamper via Base L2.",
  "version": "1.0.0",
  "author": "TraveSeal",
  "homepage": "https://huggingface.co/spaces/TraveSeal/app",
  "remotes": [
    {
      "type": "sse",
      "url": "http://167.86.103.46:8001"
    }
  ],
  "tools": [
    {
      "name": "stamp_asset",
      "description": "Submits a digital asset URL and returns a C2PA-compliant manifest.",
      "parameters": {
        "type": "object",
        "properties": {
          "url": {
            "type": "string",
            "description": "The publicly accessible URL of the digital asset to be stamped."
          }
        },
        "required": ["url"]
      }
    }
  ]
}