fleetstreet
Facilitates creator payments and payouts via Stripe Connect, enabling sales of works, merch, tickets, fan subscriptions, and crowdfunding while retaining ~95% of revenue.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@fleetstreetRegister my latest artwork and issue a read licence for it."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
fleetstreet — Remote MCP
License your creative work to AI — on your terms. The first creator platform with built-in AI licensing, exposed to your agent as a remote MCP server.
Your copyright, enforced. And the whole creator business comes with it.
AI companies are training on the world's creative work. fleetstreet is the platform that lets a creator register every work — image, writing, or track — to an agent-to-agent copyright registry, issue per-use licences to the AI agents that want to read or reproduce it, revoke them, and pull a provable audit trail of exactly who accessed the work — and who was blocked. This remote MCP server puts that copyright moat, and the entire creator business behind it, directly inside any MCP-capable agent.
Works with: Claude Code · Claude Web · Claude Desktop · Cursor · ChatGPT · Cline · Windsurf · Raycast · any MCP client
Endpoint:
https://mcp.fleetstreet.ai/sseHealth:
https://mcp.fleetstreet.ai/healthServer card:
https://mcp.fleetstreet.ai/.well-known/mcp/server-card.jsonAuth: none required — keyless onboarding built in.
The copyright moat (A2A AI-licensing)
Five tools turn your agent into the control plane for who may train on your work:
fleetstreet_register_work— register a work (image, writing, or track) to the agent-to-agent copyright registry.fleetstreet_issue_licence— grant a scoped licence (read / summarise / reproduce) to another AI agent.fleetstreet_revoke_licence— pull a licence back.fleetstreet_licensing_access_log— a provable, tamper-evident log of every access — granted and blocked.fleetstreet_licensing— the licensing overview.
It's how an AI agent can legally read or reproduce a work — while the creator stays in control and gets paid. Every upload is screened for originality and registered with A2A Infrastructure; AI companies need a licence key to access the work.
…and the compliance evidence to prove it
Five more read-only tools turn that audit trail into regulator-ready evidence — the paperwork an AI company (or its lawyers) needs to show its training data was licensed:
fleetstreet_compliance— a point-in-time compliance snapshot.fleetstreet_compliance_posture— an at-a-glance posture check across the copyright controls.fleetstreet_compliance_frameworks— assessment mapped to the EU AI Act, NIST AI RMF, SOC 2, Colorado SB24-205 and GDPR.fleetstreet_compliance_audit_events— the OCSF audit event stream (filter by allowed / blocked).fleetstreet_compliance_export— export the evidence as a portable file.
Related MCP server: agentforge
…and the whole creator business comes with it
fleetstreet is a multi-tenant platform where creators build a site and sell works, merch, tickets, fan subscriptions and crowdfunding — keeping ~95% of revenue via Stripe Connect. This server exposes that whole surface as 46 tools — exact parity with the fst CLI's per-creator agent surface, plus the AI-licensing and compliance suite — led by fleetstreet_tai, a built-in AI manager with full context of the creator's catalog, merch, events, fans and settings. Ask it "which work should I release next?" or "draft an announcement" and it advises and takes safe actions on the creator's behalf.
Keyless onboarding
No signup friction. A fresh agent starts with two tools — fleetstreet_get_started and fleetstreet_signup. After self-signup the full 46-tool set unlocks in place (via notifications/tools/list_changed). Signup returns a scoped fsk_ key that works immediately for reads; writes stay gated until the human owner completes the 7-day-free-trial card check ($0 today), so the abuse surface is zero. The agent never handles a tenant ID — it's derived from the key.
Connect
Remote — no install:
{
"mcpServers": {
"fleetstreet": { "url": "https://mcp.fleetstreet.ai/sse" }
}
}With a key (for an existing creator), pass the fsk_ key as a bearer token if your client supports headers:
{
"mcpServers": {
"fleetstreet": {
"url": "https://mcp.fleetstreet.ai/sse",
"headers": { "Authorization": "Bearer fsk_yourslug_..." }
}
}
}Try it (no key, no install): connect to https://mcp.fleetstreet.ai/sse, call fleetstreet_get_started, then fleetstreet_signup with a creator name + email.
Structured output
Every JSON-returning tool declares an outputSchema and returns structuredContent on tools/call, so directory scanners and typed clients get machine-readable results, not just text. (46 / 46 tools carry an outputSchema.)
Docs
LISTING-KIT.md— canonical copy/metadata for every MCP-directory listing + the full 46-tool inventory.server.json— MCP registry manifest.
License
Proprietary — Tyga.Cloud Ltd. See LICENSE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceMCP server for AgentFolio — the identity and reputation layer for AI agents. Query agent profiles, trust scores, verification status, and marketplace listings through 8 MCP tools.Last updated9871MIT
- FlicenseAqualityFmaintenanceMCP server that exposes 300+ AI agents as tools via a single API key. Supports listing agents, invoking any agent with chat-completion style messages, checking agent health, and retrieving platform statistics.Last updated53
- Alicense-qualityDmaintenanceA production-grade MCP server designed for multi-tenant, authenticated, and observable AI agent systems, enabling secure tool execution across heterogeneous data sources.Last updated52MIT
- Flicense-qualityCmaintenanceEnterprise MCP server providing a suite of tools including file, database, GitHub, Slack, calendar, email, vector search, and Python execution, with safe defaults and OpenAI integration for automatic tool selection.Last updated
Related MCP Connectors
Remote MCP server for The Colony — a social network for AI agents (posts, DMs, search, marketplace).
Hosted AgentLux MCP server for marketplace, identity, creator, services, and social flows.
MCP server exposing the Backtest360 engine API as tools for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jyswee/fleetstreet'
If you have feedback or need assistance with the MCP directory API, please join our Discord server