mcp-server
Click on "Deploy 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입니다.
Related MCP server: Financial Reports MCP Server
검증 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 deployed
Maintenance
Related MCP Connectors
MCP server for Codat — companies, connections, invoices, bills and financial statements.
MCP server for mandates, delegation, policy-gated execution, credential grants, and audit.
FusionAuth Documentation MCP server
Authenticated MCP server for ClearPolicy policy and compliance workflows.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceAn MCP server for local testing that enables file management operations, requiring authentication via Microsoft identity platform credentials.MIT
- FlicenseNot gradedqualityDmaintenanceAn MCP server that provides tools and resources to access company financial filings, industry classifications, and related data via the Financial Reports API.6-
- FlicenseNot gradedqualityDmaintenanceAn MCP server for OAuth 2.0 authentication supporting Device Code and Client Credentials flows, enabling secure token management for MCP applications.-
- FlicenseNot gradedqualityBmaintenanceAn MCP server with HTTP/stdio support, a web admin panel for managing services, capabilities, and user permissions with Bearer token authentication, enabling relay and access control for MCP tools.-