circle-mcp
circle-mcp
가족 프로필 및 프로필별 인터넷 사용량 등 읽기 전용 Circle(Meetcircle/Aura) 자녀 보호 데이터를 노출하는 MCP 서버(stdio)입니다.
API 클라이언트와 인증 흐름이 비롯된 airstream-dashboard Circle 제공자에서 추출되었습니다. 표준 라이브러리만 사용하는 클라이언트이며, 유일한 의존성은 mcp SDK입니다.
도구
도구 | 용도 |
| 가족 프로필(pid, 이름, 유형) |
| 프로필의 상세 사용량( |
| 카테고리별 사용량(게임, 소셜, 비디오 등) |
| Circle 기기/계정 상태 |
Related MCP server: openbanking-mcp
설정
python3 -m venv .venv
.venv/bin/pip install -e .구성
환경 변수가 우선하며, 시크릿 파일이 나머지를 채웁니다:
환경 변수 | 시크릿 파일 키 | 용도 |
|
| 계정 이메일 |
|
| 계정 비밀번호 |
|
| 고정 기기 식별자(고유 문자열 아무거나) |
|
| Aura API 클라이언트 키( |
|
| 선택 사항: 사전 인증된 토큰(로그인 우회) |
|
| 선택 사항: 사용량 도구의 기본 프로필 |
CIRCLE_SECRETS_FILE은 circle.<키> = <값> 줄이 있는 conf 파일을 가리키며,
이를 통해 자격 증명을 MCP 클라이언트 구성에 두지 않을 수 있습니다.
Claude Code 등록: .mcp.json.example을 .mcp.json으로 복사하고 자격 증명을
입력합니다(또는 CIRCLE_SECRETS_FILE을 자격 증명이 담긴 conf 파일로 지정). .mcp.json은
일반적으로 자격 증명이나 머신별 경로를 포함하므로 gitignore에 포함됩니다.
API 참고 사항(2026-08)
인증 흐름:
POST https://api.aurasvc.io/auth/session/signin— 헤더Authorization: Public <aura_public_key>및 본문{"alias": <email>, "password": ...}사용 →access_token+refresh_token(/auth/session/refresh_token으로 갱신)POST https://auth.meetcircle-blue.co/api/v2/grant/admin—{"deviceid": <device_id>, "jwt": <access_token>}사용 → 관리자 토큰https://vc.meetcircle-blue.co의 데이터 엔드포인트 —Authorization: Bearer <admin_token>사용:/api/LOGS/usage/categories?user=<pid>&day=<d>&ndays=<n>(실제 동작 확인됨)/api/LOGS/usage?user=<pid>&day=<d>&ndays=<n>/api/QUERY/users,/api/QUERY/circleinfo(확인되지 않음)
로그인 시 오류 의미:
401 {"message": "NoCredential"}—Authorization: Public <key>헤더 누락/잘못됨401 {"message": "InvalidCredentials"}— 키는 수락되었으나 사용자 이름/비밀번호가 거부됨
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
- FlicenseBqualityDmaintenanceEnables read-only access to FileMaker databases through the Data API, allowing users to retrieve records, analyze metadata, search across layouts, and infer relationships while maintaining data security.16
- AlicenseBqualityBmaintenanceEnables read-only access to personal bank accounts via the TrueLayer API, allowing querying of accounts, balances, transactions, and generating financial analytics such as spending by category, subscriptions, and monthly summaries.9MIT
- AlicenseNot gradedqualityCmaintenanceProvides read-only access to the Planning Center People API, enabling natural language queries for people, households, background checks, and lists.MIT
- AlicenseNot gradedqualityCmaintenanceEnables read-only access to PayPal transactions, orders, invoices, and disputes for auditing cash flow and tracking billing.10MIT
Related MCP Connectors
Read-only access to your VortexIQ store data: audits, KPIs, alerts, Brand DNA, reports, Ask VIQ.
Read-only MCP access to sessions, funnels, campaigns, errors, live visitors, and anomalies.
Read-only A2Me family context tools for AI assistants (members, dates, activity, relationships)
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/TechBlueprints/circle-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server