Centerfield Visitor MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Centerfield Visitor MCPRegister visitor Jane Smith from XYZ Corp on March 15 at 9am"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Centerfield Visitor MCP
An MCP (Model Context Protocol) server that automates
visitor reservations for the Centerfield building (www.centerfield.co.kr).
Use it from any MCP-compatible AI agent (Kiro CLI, Claude Code, Strands Agents, …)
to register visitors with natural language — single entries, pasted text, or Excel/CSV files.
센터필드 빌딩 방문예약을 자동화하는 MCP 서버입니다. Kiro CLI, Claude Code, Strands Agents 등 MCP 호환 AI 에이전트에서 자연어로 방문자를 등록할 수 있습니다.
Installation
No manual install needed — run directly with uvx:
uvx centerfield-visitor-mcpRelated MCP server: HR Assistant Agent
MCP client configuration
Add the server to your MCP client config (example: Kiro CLI mcp.json).
Set your own registered values via environment variables — nothing is hardcoded.
{
"mcpServers": {
"centerfield-visitor": {
"command": "uvx",
"args": ["centerfield-visitor-mcp"],
"env": {
"CF_COMPANY_NAME": "Your Company Name",
"CF_PERSON_IN_CHARGE_MOBILE": "010XXXXXXXX",
"CF_BUILDING": "east",
"CF_BUILDING_KEY": "East"
}
}
}
}Configuration (environment variables)
Variable | Description | Default | Required |
| Tenant company name as registered in Centerfield | (empty) | ✅ |
| Mobile number of the approval contact registered in Centerfield | (empty) | ✅ |
| Building code |
| |
| Building display key |
| |
| Centerfield base URL |
| |
| HTTP timeout (seconds) |
| |
| Max visitors per bulk request |
| |
| Delay between bulk requests (seconds) |
|
CF_PERSON_IN_CHARGE_MOBILEmust be the mobile number registered as the tenant's approval contact in Centerfield. Reservations submitted with an unregistered number will fail. Provide it through your environment — never commit a real phone number.
Tools
Tool | Description |
| Register a single visitor |
| Bulk register from an Excel ( |
| Bulk register from pasted tab/CSV text |
| Preview parsed visitors from a file (no registration) |
File format
Bulk tools accept Excel/CSV with these columns (Korean or English headers are auto-mapped):
visitor_name, visitor_company_name, visitor_mobile, visitor_email, visit_date, visit_time
홍길동, ABC Inc., 01012345678, hong@abc.com, 2026-01-15, 10:00How it works
The server holds a single authenticated session against the Centerfield site, manages CSRF tokens automatically, verifies the tenant company and approval contact, then submits the reservation form. Bulk requests are processed sequentially with a configurable delay to avoid rate limiting.
License
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/hmkim/centerfield-visitor-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server