Skip to main content
Glama
klajdishira

Swapcard MCP Server

by klajdishira

Swapcard MCP Server

一个 Model Context Protocol (MCP) 服务器,覆盖完整的 Swapcard API 接口 — Content、Leads、Analytics 导出和 Webhooks。

工具

类别

工具

描述

活动

swapcard_get_event

按 ID 获取单个活动

swapcard_get_events

按 ID 批量获取多个活动

人员

swapcard_list_event_people

使用筛选条件列出/搜索参会者

swapcard_import_event_people

批量创建/更新人员(群组、条形码、演讲者角色、参展商成员资格)

swapcard_delete_event_people

从活动中删除人员

议程

swapcard_list_sessions

使用格式/演讲者/活动筛选条件列出/搜索议程

swapcard_import_sessions

批量创建/更新议程

swapcard_delete_sessions

删除议程

参展商

swapcard_list_exhibitors

列出/搜索参展商

swapcard_upsert_exhibitors

批量创建/更新参展商

swapcard_update_exhibitor

更新单个参展商

swapcard_delete_exhibitors

删除参展商

文档

swapcard_list_event_documents

列出活动文档

swapcard_create_event_document

将文档附加到活动

swapcard_update_event_document

更新文档

swapcard_delete_event_documents

删除文档

swapcard_create_document

创建社区级文档(v2)

swapcard_update_document

更新社区级文档(v2)

自定义字段

swapcard_get_custom_fields

按目标获取字段定义

swapcard_get_select_field_options

获取 Select/MultiSelect 选项值

swapcard_create_custom_field

创建自定义字段定义

swapcard_update_custom_field

更新自定义字段定义

swapcard_delete_custom_fields

删除自定义字段定义

约见

swapcard_list_meetings

使用状态/日期筛选条件列出约见

Webhooks

swapcard_list_webhooks

列出 Webhook 订阅

swapcard_create_webhook

注册新的 Webhook

swapcard_update_webhook

更新 Webhook

swapcard_delete_webhook

删除 Webhook

线索

swapcard_get_my_exhibitors

Leads API 令牌可访问的参展商

swapcard_get_my_leads

获取参展商的已扫描线索

swapcard_scan_badges

扫描参会者徽章,可附带评分和备注

分析

swapcard_export_analytics

导出原始分析记录(REST,约 10 分钟延迟)

Related MCP server: Microsoft Events MCP Server

设置

1. 获取 API 令牌

令牌

创建位置

SWAPCARD_CONTENT_TOKEN

https://studio.swapcard.com/api-keys(组织者角色)

SWAPCARD_LEADS_TOKEN

Event Studio → Integrations → API Keys

SWAPCARD_ANALYTICS_TOKEN

与 Content 令牌相同(未设置时默认使用它)

2. 构建

npm install
npm run build

3. 添加到 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-LimitX-RateLimit-RemainingX-RateLimit-Reset

  • 变更操作 = 1,000 点;对象 = 2 点;标量 = 1 点;1.5× 深度乘数

分析延迟

  • Analytics Export REST API:约 10 分钟

  • Analytics GraphQL API:约 15 分钟

Install Server
F
license - not found
B
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    B
    quality
    D
    maintenance
    Enables interaction with the Wisembly API to fetch and manage event data, including event details, participants, organizers, and locations.
    2
    1
  • A
    license
    A
    quality
    D
    maintenance
    Enables AI assistants to search, filter, and analyze Microsoft events (conferences, workshops, webinars) using the Microsoft Events API.
    4
    2
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Exposes Swagger/OpenAPI API documentation to AI models, enabling exploration, search, and interaction with endpoints, schemas, and execution of API calls.
    14
    10
    2
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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