kofic-mcp-server
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., "@kofic-mcp-server오늘 일별 박스오피스 순위 알려줘"
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.
kofic-mcp-server
영화진흥위원회(KOFIC) 박스오피스 오픈API를 감싼 MCP 서버. Vercel에 배포해서 Claude의 커스텀 커넥터로 연결하는 것을 목표로 합니다.
1. 로컬 설정
npm install
cp .env.example .env.local
# .env.local 에 KOFIC_API_KEY 입력
npm run dev로컬에서 http://localhost:3000/mcp 로 MCP 엔드포인트가 뜹니다.
MCP Inspector로 테스트해보세요:
npx @modelcontextprotocol/inspector@latestInspector에서 Transport를 Streamable HTTP로 두고 위 URL을 입력하면
tool 목록(get_daily_boxoffice, get_weekly_boxoffice, search_movie, get_movie_info)이 보이고,
직접 호출해서 KOFIC 응답이 제대로 오는지 확인할 수 있습니다.
Related MCP server: moviefinder-mcp
2. Vercel 배포
npx vercel배포 후 Vercel 프로젝트 Settings > Environment Variables 에서
KOFIC_API_KEY 를 등록하고 재배포하세요 (npx vercel --prod).
3. Claude에 연결
claude.ai → Settings → Connectors → Add custom connector
URL에
https://<your-project>.vercel.app/mcp입력대화(프로젝트 포함)에서 "+" 메뉴로 커넥터를 켠 뒤 사용
현재 제공 tool
get_daily_boxoffice(targetDt, itemPerPage?)— 일별 박스오피스 + 그 시점 누적관객수get_weekly_boxoffice(targetDt, weekGb?)— 주간/주말/주중 박스오피스search_movie(movieNm)— 영화명으로 movieCd 검색get_movie_info(movieCd)— 개봉일/감독/배우 등 상세정보
다음 단계 (아직 미구현)
Day14 / Day49 누적관객수 자동 수집 (개봉일 기준 날짜 계산 + 여러 날짜 순회 조회)
2주차 드롭율, 뒷심 배수(Day49/Day14) 계산 로직
4분면 포지셔닝 분류 tool (
classify_boxoffice_pattern같은 이름으로 추가 예정)
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.
Related MCP Servers
- AlicenseDqualityDmaintenanceAn MCP server that allows users to search for movies, get detailed information, receive genre-based recommendations, and discover popular/trending films using OMDb and TMDb APIs.Last updated523MIT
- FlicenseAqualityDmaintenanceAn MCP server that wraps The Movie Database (TMDB) API, enabling search for movies and TV shows, retrieval of movie details, recommendations, similar movies, trending content, streaming providers, and movie discovery.Last updated8
- AlicenseAqualityCmaintenanceMCP server for the Korean National Assembly Open API, enabling querying of bills, members, votes, committees, and more via natural language.Last updated20Apache 2.0
- Flicense-qualityDmaintenanceA robust MCP server that wraps The Movie Database API, enabling LLMs to search movies, get details, popular movies, and recommendations.Last updated
Related MCP Connectors
MCP server for the FFmpeg Micro video transcoding API — create, monitor, download transcodes.
Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.
MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.
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/alcheminos/kofic-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server