streamable-httpMITupdated 1mo ago
Attribution and settlement infrastructure for AI agent access.
meta stamp pockets で何ができる?
Meta-Stamp Pockets
Attribution and settlement infrastructure for AI agent access.
AI agents consume creator content at machine speed. Meta-Stamp Pockets is the payment and licensing rail at the point of access: every request either settles payment to the creator or generates a timestamped denial record — a documented licensing opportunity, declined. License, or leave a paper trail.
What It Does
- Serves licensed, provenance-tracked creator content to AI agents via the Model Context Protocol (MCP) and HTTP 402
- Per-pull pricing set by the creator — $1.00 default, configurable per asset
- 85% of every pull goes to the creator, automatically
- Every access attempt lands in an immutable event ledger — paid pulls settle, refusals leave evidence
How Content Gets Protected
Two registration paths, each matched to how content arrives:
- Direct upload — the file is perceptually fingerprinted (audio spectral analysis, image/video hashing, text signatures) and then discarded. The fingerprint travels; the file stays with the creator.
- YouTube URL — ownership is verified through OAuth channel connection; the pocket carries metadata, transcript, and the access ledger. YouTube remains the canonical host.
Three protection layers are filed IP (12 U.S. provisional patent filings, sole inventor). Two run live today: multi-modal fingerprinting and the immutable access ledger. Embedded watermarking is the roadmap layer.
MCP Server
Connect AI agents to Meta-Stamp Pockets via the Model Context Protocol:
https://metastampv3-production.up.railway.app/mcp
Available tools:
search_pockets— search licensed creator content by keywordpull_content— retrieve provenance-verified content from a Pocketlist_pockets— list all available Pockets, optionally filtered by creator
Authentication: Bearer token required. Register at https://metastampv3-production.up.railway.app/docs
Live Demo
https://metastampv3-production.up.railway.app/demo
API Docs
https://metastampv3-production.up.railway.app/docs
For Creators
If you're a creator interested in licensing your content through Meta-Stamp Pockets, contact chriscoynetalent@gmail.com.
For Enterprise
If you represent an AI platform interested in licensing access to the Meta-Stamp creator network, contact chriscoynetalent@gmail.com.
Meta-Stamp, LLC · Simi Valley, CA · Patent pending
インストール
meta stamp pockets をクライアントに追加します。お使いのものを選んでください。
claude mcp add --transport http meta-stamp-pockets https://metastampv3-production.up.railway.app/mcpcodex mcp add meta-stamp-pockets --url https://metastampv3-production.up.railway.app/mcp{
"mcpServers": {
"meta-stamp-pockets": {
"url": "https://metastampv3-production.up.railway.app/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"meta-stamp-pockets": {
"type": "http",
"url": "https://metastampv3-production.up.railway.app/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"meta-stamp-pockets": {
"url": "https://metastampv3-production.up.railway.app/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"meta-stamp-pockets": {
"serverUrl": "https://metastampv3-production.up.railway.app/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
スコア
39 / 100
情報不足
- ドキュメント22/25
- メンテナンス16/25
- 信頼性13/20
- 機能0/15
- 導入のしやすさ12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 33 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
バージョン履歴
| バージョン | 公開日 |
|---|---|
| 1.0.0最新 | 2026年7月29日 |