circle-mcp
circle-mcp
MCP 服务器(stdio),以只读方式暴露 Circle(Meetcircle/Aura)家长控制数据:家庭档案和每个档案的互联网使用情况。
从 airstream-dashboard Circle 提供程序中提取,API 客户端及其认证流程即来源于此。仅使用标准库的客户端;唯一依赖是 mcp SDK。
工具
工具 | 用途 |
| 家庭档案(pid、名称、类型) |
| 某个档案的详细使用情况( |
| 按类别统计的使用情况(游戏、社交、视频等) |
| Circle 设备/账户状态 |
Related MCP server: openbanking-mcp
设置
python3 -m venv .venv
.venv/bin/pip install -e .配置
环境变量优先;秘密文件填充其余部分:
环境变量 | 秘密文件键 | 用途 |
|
| 账户邮箱 |
|
| 账户密码 |
|
| 稳定的设备标识符(任意唯一字符串) |
|
| Aura API 客户端密钥( |
|
| 可选的预认证令牌(绕过登录) |
|
| 使用工具的可选默认档案 |
CIRCLE_SECRETS_FILE 指向一个包含 circle.<key> = <value> 行的配置文件,这样可以将凭据从 MCP 客户端配置中分离出来。
Claude Code 注册:将 .mcp.json.example 复制为 .mcp.json 并填写你的凭据(或将 CIRCLE_SECRETS_FILE 指向包含这些凭据的配置文件)。.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