From 62df99114cd8cfefb9b24c25e05bd8b76a2c0076 Mon Sep 17 00:00:00 2001 From: Kayvon Moshiri Date: Tue, 14 Jul 2026 03:01:07 -0700 Subject: [PATCH] Add Fanvault MCP server Signed-off-by: Kayvon Moshiri --- servers/com.fanvault-mcp.json | 50 +++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 servers/com.fanvault-mcp.json diff --git a/servers/com.fanvault-mcp.json b/servers/com.fanvault-mcp.json new file mode 100644 index 0000000..520fa6a --- /dev/null +++ b/servers/com.fanvault-mcp.json @@ -0,0 +1,50 @@ +{ + "$schema": "../schemas/server-definition.schema.json", + "id": "com.fanvault-mcp", + "name": "Fanvault", + "alias": "fanvault", + "description": "Run creator storefronts, listings, digital products, orders, content, fulfillment, messages, and analytics through AI.", + "logo": "https://raw.githubusercontent.com/thefanvault/fanvault-mcp/main/assets/icon-512.png", + "schema_version": "2.1", + "categories": [ + "productivity" + ], + "tags": [ + "creator-commerce", + "ecommerce", + "storefront", + "listings", + "orders", + "analytics" + ], + "transport": { + "type": "http", + "url": "https://fanvault.shop/mcp", + "metadata": { + "inputs": [] + } + }, + "auth": { + "type": "oauth", + "instructions": "Connect a Fanvault account through OAuth 2.1. Scoped personal access tokens are also supported for clients that accept bearer tokens." + }, + "contributor": { + "name": "Fanvault", + "github": "thefanvault", + "url": "https://fanvault.shop" + }, + "links": { + "repository": "https://github.com/thefanvault/fanvault-mcp", + "homepage": "https://fanvault.shop", + "documentation": "https://fanvault.shop/developers/mcp" + }, + "platforms": [ + "all" + ], + "capabilities": { + "tools": true, + "resources": false, + "prompts": false, + "read_only_mode": false + } +}