Stockfilm — Authentic Vintage Footage
Search and license 217,000+ authentic vintage 8mm home movie clips from the 1930s-1980s. 6 tools: text search, clip details, visual similarity, rough-cut timeline builder, rights verification, and instant licensing via x402 USDC payments on Solana and Base. All footage is real archival film restored in 4K, no AI-generated content.
README
Stockfilm MCP Server
Search and license 217,000+ authentic vintage home movie clips from the 1930s-1980s.
Stockfilm is the largest curated archive of restored vintage home-movie footage available for licensing. This MCP server lets AI agents discover, preview, and license archival clips directly through the Model Context Protocol.
Every clip is real 8mm, Super 8, or 16mm film shot by ordinary families across the United States and around the world. Professionally scanned, digitally restored (dust/scratch removal, stabilization, color correction), and cataloged with metadata including shot year, location, and descriptive tags. No AI-generated content. Every frame is real archival film.
Quick Start
Claude Code (one command)
claude mcp add --transport http stockfilm https://api.stockfilm.com/mcp
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"stockfilm": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://api.stockfilm.com/mcp"]
}
}
}
Cursor / Windsurf / Other MCP Clients
Server URL: https://api.stockfilm.com/mcp
Transport: Streamable HTTP
Auth: None required
What's in the Archive
| Category | Examples | Decades |
|---|---|---|
| Family Life | Backyard barbecues, birthday parties, holidays, baby's first steps | 1930s-1980s |
| Travel & Vacation | Road trips, national parks, beach holidays, camping | 1940s-1970s |
| Holidays | Christmas morning, Easter, Thanksgiving, 4th of July | 1930s-1980s |
| Suburban America | Neighborhoods, new homes, lawn care, swimming pools | 1950s-1970s |
| Cars & Driving | Classic cars, highway driving, gas stations, car culture | 1940s-1970s |
| Schools & Graduations | Classrooms, school plays, proms, college campuses | 1950s-1970s |
| Sports & Activities | Little League, fishing, skiing, bowling, roller skating | 1950s-1970s |
| International | European vacations, world fairs, military bases abroad | 1940s-1960s |
| Cities & Streets | Downtown streets, storefronts, neon signs, public transit | 1930s-1970s |
| Nature & Outdoors | Mountains, lakes, forests, wildlife, farming | 1940s-1970s |
217,000+ clips across all categories. Most footage is from the United States, with significant international coverage from Europe, Asia, and Latin America.
Why This Footage Matters
- Irreplaceable - These are one-of-a-kind family films that cannot be recreated
- Authentic - Real film grain, period color, original aspect ratios preserved
- Restored - Professional 4K scanning with digital restoration
- Cataloged - Metadata includes shot year, location, and descriptive tags
- Licensed - Royalty-free, worldwide, perpetual license per clip
Available Tools
The MCP server exposes 6 tools:
search_vintage_footage (Free)
Search the archive by text query with optional year range and location filters.
"Find 1960s California family barbecue footage"
"Christmas morning clips from the 1950s"
"Beach vacation footage, 1940s to 1960s"
Parameters:
query(required) - Natural language search. Be descriptive for best results.limit(optional) - Number of results, 1-50. Default: 10.year_from(optional) - Earliest year filter (e.g., 1950).year_to(optional) - Latest year filter (e.g., 1969).location(optional) - Location filter (city, state, or country).
get_clip_details (Free)
Get full metadata for a specific clip: title, description, duration, tags, thumbnail URL, pricing, and license URL.
Parameters:
clip_id(required) - The clip ID from search results.
find_similar_footage (Free)
Find visually similar clips by providing a clip ID. Uses visual similarity matching to find footage with similar content, color palette, or scene composition.
Parameters:
clip_id(required) - Clip ID to find similar footage for.limit(optional) - Number of results, 1-25. Default: 10.
build_rough_cut (Free)
Auto-assemble a timed sequence of vintage clips into a video timeline based on a natural language description. Returns an ordered list of clips with durations. Great for creating edit lists, storyboards, or mood reels.
Parameters:
query(required) - Description of the video sequence (e.g., "american road trip summer vacation 1960s").target_seconds(optional) - Target timeline length in seconds, 20-600. Default: 60.pace(optional) - Editing pace: "slow" (4-8s/clip), "balanced" (3-6s/clip), "fast" (2-4s/clip). Default: "balanced".year_from/year_to(optional) - Year range filters.
check_clip_rights (Free)
Verify that a clip is eligible for a specific intended use before licensing.
Parameters:
clip_id(required) - The clip ID to check.intended_use(optional) - One of: "commercial", "editorial", "broadcast", "digital", "ai_training". Default: "commercial".
license_clip ($10 USD)
License a clip for download. Returns the x402 protocol endpoint for payment. Payment is handled via x402 using USDC on Solana or Base.
Parameters:
clip_id(required) - The clip ID to license.
Pricing
| Format | Price | Details |
|---|---|---|
| 144p preview | $10 USD | Instant via x402 USDC (Solana or Base) |
| HD (1080p) | Contact us | Available on request |
| 4K (2160p) | Contact us | Available on request |
License terms: Royalty-free, worldwide, perpetual, one-time purchase. Use in commercial projects, documentaries, editorial content, digital media, and AI training datasets.
x402 Protocol Integration
The licensing endpoint uses the x402 protocol (V2) for instant, trustless payments. Any x402-compatible agent or wallet can license clips without API keys or sign-up.
How It Works
- Agent calls
GET /x402/clip/{clip_id}/license - Server returns HTTP 402 with
PAYMENT-REQUIREDheader - Agent's x402 client signs a USDC payment authorization
- Agent retries with
PAYMENT-SIGNATUREheader - Server verifies and settles via facilitator, returns license + download URL
Supported Networks
| Network | Chain ID (CAIP-2) | Token | Receiving Address |
|---|---|---|---|
| Solana mainnet | solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
USDC | FERR1XDCsvLRzU8U29baMY4XvZ8kwk52tUjqy3SaDRtQ |
| Base mainnet | eip155:8453 |
USDC | 0x4AeeD280b6006Aa354e09427AF4F49bD09f9447B |
Direct x402 Endpoints (No MCP Required)
# Search (free, no auth)
curl "https://api.stockfilm.com/x402/search?q=beach+1960s&limit=5"
# Clip details (free)
curl "https://api.stockfilm.com/x402/clip/120818702"
# Rights check (free)
curl "https://api.stockfilm.com/x402/clip/120818702/rights?intended_use=commercial"
# License (returns 402 with payment instructions)
curl "https://api.stockfilm.com/x402/clip/120818702/license"
Architecture
This MCP server is a remote Streamable HTTP server embedded in the Stockfilm Agent API (Rust/Axum). It does not require local installation -- agents connect directly over HTTPS.
Agent (Claude, GPT, etc.)
|
| MCP Streamable HTTP
v
api.stockfilm.com/mcp
|
| Internal API calls
v
Stockfilm Agent API (Rust/Axum)
|
+-- Search (PostgreSQL full-text + visual embeddings)
+-- Rights verification
+-- x402 payment processing (facilitator-mediated)
+-- License management
+-- Download token generation
Discovery Endpoints
| Endpoint | Purpose |
|---|---|
https://api.stockfilm.com/.well-known/mcp.json |
MCP server discovery |
https://api.stockfilm.com/.well-known/stockfilm-agent.json |
Full agent manifest |
https://api.stockfilm.com/llms.txt |
LLM-readable service index |
https://api.stockfilm.com/v1/capabilities |
Machine-readable capability surface |
https://stockfilm.com/for-ai-agents |
Complete API documentation |
Full Agent API
Beyond MCP, Stockfilm offers a complete agent-native API with HMAC-SHA256 request signing, multi-step licensing workflows, webhooks, and TypeScript/Python SDKs:
- API Base:
https://api.stockfilm.com - Auth: API key + HMAC-SHA256 signing for mutations
- Payment Rails: Solana USDC, Solana SOL, Lightning BTC
- Docs: stockfilm.com/for-ai-agents
About Stockfilm
Stockfilm specializes in authentic archival home-movie footage -- the kind of footage that cannot be recreated by AI or restaged in a studio. Every reel was shot on real film by real families, capturing genuine moments from mid-20th-century life.
The archive includes footage from across the United States and around the world: suburban neighborhoods, family vacations, holiday celebrations, school events, road trips, city streets, and everyday life from an era that exists only on film.
Website: stockfilm.com Browse Clips: stockfilm.com/browse Popular Clips: stockfilm.com/popular Curated Collections: stockfilm.com/curated Agent Docs: stockfilm.com/for-ai-agents Contact: stockfilm.com/contact
License
The MCP server wrapper is open source under the MIT License.
The archival footage itself is proprietary content licensed per-clip through Stockfilm. Each clip purchase grants a royalty-free, worldwide, perpetual license for the specified use.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。