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., "@mcp-serverlist my companies"
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.
Factsheet MCP Login PoC
Next.js 14 App Router 기반의 PoC 연결 프론트엔드입니다. cb URL로 Factsheet 토큰과 회사 코드를 POST한 뒤, 응답의 redirect_url로 브라우저를 돌려보냅니다.
실행
npm install
npm run dev로컬 주소는 http://localhost:3000입니다.
검증 URL
새 MCP callback bridge 흐름은 루트 URL의 cb 쿼리를 사용합니다.
http://localhost:3000/?cb=https%3A%2F%2Fexample.trycloudflare.com%2Foauth%2Fcallback%2Fstate123cb가 있으면 /login으로 이동한 뒤, 사용자가 직접 입력한
accessToken, refreshToken, companyCode를 해당 URL로 JSON POST합니다.
응답의 redirect_url이 있으면 브라우저를 그 URL로 이동시킵니다.
기대 흐름:
/?cb=...로 진입/login?cb=...로 이동/login에서accessToken,refreshToken,companyCode직접 입력cbURL로 JSON POST응답의
redirect_url로 브라우저 이동
MCP Auth Backend API
MCP 서버가 회사 목록과 회사 전환 토큰을 조회할 수 있도록 프론트백에서 아래 API를 제공합니다.
GET /mcp/auth/companies
POST /mcp/auth/token요청에는 테스트용 Bearer token이 필요합니다.
Authorization: Bearer fake_access_token_abc123회사 데이터는 data/mcp-companies.json에 있습니다.
Claude Desktop 연결 주의
Claude Desktop에는 프론트 로그인 URL이 아니라 MCP 서버 주소를 등록해야 합니다.
http://localhost:8000/mcp인증이 정상 시작되면 MCP 서버가 다음처럼 프론트로 이동시켜야 합니다.
http://localhost:3000/?cb=https%3A%2F%2F...%2Foauth%2Fcallback%2Fstate프론트는 OAuth state, PKCE, redirect_uri를 직접 조립하지 않습니다. cb 값 그대로 JSON POST하고, 응답의 redirect_url만 따라갑니다.
환경변수
NEXT_PUBLIC_MCP_SERVER_URL=http://localhost:8000Vercel 배포 값:
NEXT_PUBLIC_MCP_SERVER_URL=https://mcp-poc-production.up.railway.appPRD
원본 PRD는 PRD_Login_Frontend.md에 보관되어 있습니다.
mcp-server
This server cannot be installed
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/MADStitch-secretlab/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server