Swapcard MCP Server
Swapcard MCP Server
一个 Model Context Protocol (MCP) 服务器,覆盖完整的 Swapcard API 接口 — Content、Leads、Analytics 导出和 Webhooks。
工具
类别 | 工具 | 描述 |
活动 |
| 按 ID 获取单个活动 |
| 按 ID 批量获取多个活动 | |
人员 |
| 使用筛选条件列出/搜索参会者 |
| 批量创建/更新人员(群组、条形码、演讲者角色、参展商成员资格) | |
| 从活动中删除人员 | |
议程 |
| 使用格式/演讲者/活动筛选条件列出/搜索议程 |
| 批量创建/更新议程 | |
| 删除议程 | |
参展商 |
| 列出/搜索参展商 |
| 批量创建/更新参展商 | |
| 更新单个参展商 | |
| 删除参展商 | |
文档 |
| 列出活动文档 |
| 将文档附加到活动 | |
| 更新文档 | |
| 删除文档 | |
| 创建社区级文档(v2) | |
| 更新社区级文档(v2) | |
自定义字段 |
| 按目标获取字段定义 |
| 获取 Select/MultiSelect 选项值 | |
| 创建自定义字段定义 | |
| 更新自定义字段定义 | |
| 删除自定义字段定义 | |
约见 |
| 使用状态/日期筛选条件列出约见 |
Webhooks |
| 列出 Webhook 订阅 |
| 注册新的 Webhook | |
| 更新 Webhook | |
| 删除 Webhook | |
线索 |
| Leads API 令牌可访问的参展商 |
| 获取参展商的已扫描线索 | |
| 扫描参会者徽章,可附带评分和备注 | |
分析 |
| 导出原始分析记录(REST,约 10 分钟延迟) |
Related MCP server: Microsoft Events MCP Server
设置
1. 获取 API 令牌
令牌 | 创建位置 |
| |
| Event Studio → Integrations → API Keys |
| 与 Content 令牌相同(未设置时默认使用它) |
2. 构建
npm install
npm run build3. 添加到 Claude Desktop
在 ~/Library/Application Support/Claude/claude_desktop_config.json 中:
{
"mcpServers": {
"swapcard": {
"command": "node",
"args": ["/Users/klajdishira/Documents/Swapcard-MCP/dist/index.js"],
"env": {
"SWAPCARD_CONTENT_TOKEN": "your-content-api-token",
"SWAPCARD_LEADS_TOKEN": "your-leads-api-token",
"SWAPCARD_ANALYTICS_TOKEN": "your-analytics-token"
}
}
}
}4. 添加到 Claude Code (CLI)
在项目的 .claude/settings.json 或 ~/.claude/settings.json 中:
{
"mcpServers": {
"swapcard": {
"command": "node",
"args": ["/Users/klajdishira/Documents/Swapcard-MCP/dist/index.js"],
"env": {
"SWAPCARD_CONTENT_TOKEN": "your-content-api-token",
"SWAPCARD_LEADS_TOKEN": "your-leads-api-token"
}
}
}
}速率限制(Content API)
60,000 点/分钟
标头:
X-RateLimit-Limit、X-RateLimit-Remaining、X-RateLimit-Reset变更操作 = 1,000 点;对象 = 2 点;标量 = 1 点;1.5× 深度乘数
分析延迟
Analytics Export REST API:约 10 分钟
Analytics GraphQL API:约 15 分钟
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
- FlicenseBqualityDmaintenanceEnables interaction with the Wisembly API to fetch and manage event data, including event details, participants, organizers, and locations.21
- AlicenseAqualityDmaintenanceEnables AI assistants to search, filter, and analyze Microsoft events (conferences, workshops, webinars) using the Microsoft Events API.42MIT
- AlicenseAqualityDmaintenanceExposes Swagger/OpenAPI API documentation to AI models, enabling exploration, search, and interaction with endpoints, schemas, and execution of API calls.14102MIT
- AlicenseBqualityDmaintenanceEnables natural language access to the Eventbrite API for creating, managing, and interacting with events, venues, and categories.1392MIT
Related MCP Connectors
Talk to your live-events CRM (campaigns, analytics, paid ads, segments) in Claude and ChatGPT.
Calendar API for AI agents: events, availability, Google/Microsoft setup, scheduling, and iCal.
Manage SRG+ hubs, channels, content, assets, users, and workspaces from any MCP-aware AI agent.
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/klajdishira/Swapcard-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server