Skip to main content
Glama
klajdishira

Swapcard MCP Server

by klajdishira

Swapcard MCP 서버

전체 Swapcard API 표면(콘텐츠, 리드, 분석 내보내기, 웹훅)을 다루는 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

Select/MultiSelect 옵션 값 가져오기

swapcard_create_custom_field

사용자 정의 필드 정의 생성

swapcard_update_custom_field

사용자 정의 필드 정의 업데이트

swapcard_delete_custom_fields

사용자 정의 필드 정의 삭제

미팅

swapcard_list_meetings

상태/날짜 필터로 미팅 목록

웹훅

swapcard_list_webhooks

웹훅 구독 목록

swapcard_create_webhook

새 웹훅 등록

swapcard_update_webhook

웹훅 업데이트

swapcard_delete_webhook

웹훅 삭제

리드

swapcard_get_my_exhibitors

리드 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-Limit, X-RateLimit-Remaining, X-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