app / server.json
Jaxon
feat: Add service definitions for A2A and MCP registries
067d167
Raw
History Blame Contribute Delete
904 Bytes
{
"$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"]
}
}
]
}