Skip to main content
Glama
klajdishira

Swapcard MCP Server

by klajdishira

Swapcard MCP サーバー

Swapcard API の全機能(コンテンツ、リード、アナリティクスエクスポート、Webhook)をカバーする Model Context Protocol(MCP)サーバー。

ツール

カテゴリ

ツール

説明

イベント

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

セレクト/マルチセレクトのオプション値を取得

swapcard_create_custom_field

カスタムフィールド定義を作成

swapcard_update_custom_field

カスタムフィールド定義を更新

swapcard_delete_custom_fields

カスタムフィールド定義を削除

ミーティング

swapcard_list_meetings

ステータス/日付のフィルター付きでミーティングを一覧

Webhook

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

イベントスタジオ → 統合 → API キー

SWAPCARD_ANALYTICS_TOKEN

コンテンツトークンと同じ(未設定の場合はこれを使用)

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"
      }
    }
  }
}

レート制限(コンテンツ API)

  • 60,000 ポイント/分

  • ヘッダー: X-RateLimit-LimitX-RateLimit-RemainingX-RateLimit-Reset

  • ミューテーション = 1,000 ポイント;オブジェクト = 2 ポイント;スカラー = 1 ポイント;1.5× 深さ乗数

アナリティクスの遅延

  • アナリティクスエクスポート REST API: 約10分

  • アナリティクス 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