← fanful.net
INDIVIDUAL MCP TOOL
fanful_creator_analytics_read
Fetch Laurel's agent-safe aggregate artist analytics summary with creator/admin credentials.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.fanful-net]
url = "https://fanful.net/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fanful-net": {
"type": "http",
"url": "https://fanful.net/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fanful-net
Remote MCP URL: https://fanful.net/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"fanful-net": {
"url": "https://fanful.net/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fanful-net": {
"type": "http",
"url": "https://fanful.net/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fanful-net",
"transport": "streamable-http",
"url": "https://fanful.net/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
fanful_agent_surface_list— Return the current Fanful MCP surface catalog, safe-use policy, and linked issue family without making network requests.fanful_agent_manifest_read— Fetch one existing Fanful agent manifest over HTTP.fanful_creator_lesson_credit_ledger_read— Read the authorized, redacted admin lesson-credit ledger health summary from the creator-commerce agent manifest.fanful_listener_community_messages_read— Read the most recent visible messages from an accessible Fanful community channel such as #general or #intros.fanful_listener_community_message_post— Post a visible Fanful community message or reply as a signed-in/scoped listener.fanful_creator_community_channel_create— Create one additional Fanful community channel, optionally restricted to membership tiers, with exact creator confirmation, observed channel ids, idempotency, and audit correlation.fanful_creator_community_channel_update— Update a non-default Fanful community channel title, description, archive state, or tier access with exact creator confirmation, stale-state updatedAt, idempotency, and audit correlation.fanful_sync_job_status_read— Read the latest or addressed durable run for Fanful's first-party Stripe catalog app-reference sync job.