TeamTok 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., "@TeamTok MCPExtract tasks and decisions from our team chat about the AI presentation."
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.
InternMate MCP
Agentic Player 10 출품용 TypeScript MCP 서버입니다.
InternMate MCP는 대학생과 취업 준비생이 자연어로 인턴/신입/경력무관 공고를 찾을 수 있도록 돕습니다. 사람인 채용정보 API를 사용해 기본적으로 오늘 기준 14일 안에 마감되는 공고를 추천순으로 정리하고, 카카오톡에서 읽기 쉬운 텍스트로 반환합니다.
Tools
health_check: MCP 서버 상태 확인search_entry_jobs: 인턴/신입/경력무관 공고 검색 및 추천get_job_detail: 공고 ID 또는 URL 기반 상세 요약make_application_brief: 선택 공고 지원 준비 체크리스트 생성
Related MCP server: Ava
Requirements
Node.js 20 이상
npm
사람인 채용정보 API access key
Install
npm installDevelopment
npm run devBuild
npm run buildTest
npm testEnvironment
.env 또는 MCP 클라이언트 환경 변수에 다음 값을 설정합니다.
SARAMIN_ACCESS_KEY=
SARAMIN_API_BASE_URL=https://oapi.saramin.co.kr
LOG_LEVEL=infoAPI key는 코드에 하드코딩하지 않습니다. 단위 테스트는 실제 사람인 API를 호출하지 않고 fixture/mock 데이터를 사용합니다.
MCP Client Example
{
"mcpServers": {
"agentic-player-10": {
"command": "node",
"args": ["dist/server.js"],
"env": {
"SARAMIN_ACCESS_KEY": "...",
"SARAMIN_API_BASE_URL": "https://oapi.saramin.co.kr",
"LOG_LEVEL": "info"
}
}
}
}Example Prompt
IT 기업 인턴 공고 찾아줘후속 질문:
1번 공고 자세히 알려줘Project Structure
src/
server.ts
tools/
schemas/
services/
utils/
tests/
fixtures/
services/
tools/
docs/Safety
실제 지원 제출은 수행하지 않습니다.
합격 가능성을 예측하지 않습니다.
사용자 개인정보를 저장하지 않습니다.
공고 조건이 불확실하면 원문 링크 확인을 안내합니다.
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
- 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/Eun-Y0ung/agentic-player-10-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server