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: open-assembly-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같은 이름으로 추가 예정)
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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 Connectors
MCP server unifying ERPs, CRMs, APIs and knowledge base for Claude, ChatGPT and Gemini.
Model Context Protocol server for the Apideck Unified API. Connect any MCP-compatible agent framework to 100+ accounting systems, HRIS platforms, file storage providers, and more through one integration. More information https://www.apideck.com/mcp-server
- mcpweaveOAuthcom.mcpweave
Korea-native MCP gateway: Korean commerce, payments, messaging, gov & finance APIs for AI agents.
MCP server for Clipkit — gives AI agents a video toolbox via the Clipkit schema.
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.513MIT
- AlicenseAqualityDmaintenanceMCP server for the Korean National Assembly Open API, enabling querying of bills, members, votes, committees, and more via natural language.20Apache 2.0
- FlicenseNot gradedqualityDmaintenanceA robust MCP server that wraps The Movie Database API, enabling LLMs to search movies, get details, popular movies, and recommendations.-
- AlicenseNot gradedqualityDmaintenanceA simple MCP server for fetching movie and TV show data from TMDB and OMDB APIs. Provides natural language capability for users to search, compare, and analyze movies through AI assistants.MIT
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