Swapcard MCP Server
Swapcard MCP 서버
전체 Swapcard API 표면(콘텐츠, 리드, 분석 내보내기, 웹훅)을 다루는 Model Context Protocol(MCP) 서버입니다.
도구
카테고리 | 도구 | 설명 |
이벤트 |
| ID로 단일 이벤트 가져오기 |
| ID로 여러 이벤트 가져오기 | |
피플 |
| 필터를 사용해 참가자 목록/검색 |
| 피플 일괄 생성/업데이트(그룹, 바코드, 발표자 역할, 전시업체 멤버십) | |
| 이벤트에서 피플 삭제 | |
세션 |
| 형식/발표자/이벤트 필터로 세션 목록/검색 |
| 세션 일괄 생성/업데이트 | |
| 세션 삭제 | |
전시업체 |
| 전시업체 목록/검색 |
| 전시업체 일괄 생성/업데이트 | |
| 단일 전시업체 업데이트 | |
| 전시업체 삭제 | |
문서 |
| 이벤트 문서 목록 |
| 이벤트에 문서 첨부 | |
| 문서 업데이트 | |
| 문서 삭제 | |
| 커뮤니티 수준 문서 생성(v2) | |
| 커뮤니티 수준 문서 업데이트(v2) | |
사용자 정의 필드 |
| 대상별 필드 정의 가져오기 |
| Select/MultiSelect 옵션 값 가져오기 | |
| 사용자 정의 필드 정의 생성 | |
| 사용자 정의 필드 정의 업데이트 | |
| 사용자 정의 필드 정의 삭제 | |
미팅 |
| 상태/날짜 필터로 미팅 목록 |
웹훅 |
| 웹훅 구독 목록 |
| 새 웹훅 등록 | |
| 웹훅 업데이트 | |
| 웹훅 삭제 | |
리드 |
| 리드 API 토큰으로 접근 가능한 전시업체 |
| 전시업체의 스캔된 리드 가져오기 | |
| 선택적 평점 및 메모와 함께 참석자 배지 스캔 | |
분석 |
| 원시 분석 레코드 내보내기(REST, 약 10분 지연) |
Related MCP server: Microsoft Events MCP Server
설정
1. API 토큰 받기
토큰 | 생성 위치 |
| https://studio.swapcard.com/api-keys (주최자 역할) |
| 이벤트 스튜디오 → 통합 → API 키 |
| 콘텐츠 토큰과 동일(설정하지 않으면 기본값으로 사용) |
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"
}
}
}
}속도 제한(콘텐츠 API)
분당 60,000포인트
헤더:
X-RateLimit-Limit,X-RateLimit-Remaining,X-RateLimit-Reset변형 = 1,000포인트, 객체 = 2포인트, 스칼라 = 1포인트, 1.5배 깊이 배율
분석 지연
분석 내보내기 REST API: 약 10분
분석 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