Skip to main content
Glama

circle-mcp

MCP 服务器(stdio),以只读方式暴露 Circle(Meetcircle/Aura)家长控制数据:家庭档案和每个档案的互联网使用情况。

从 airstream-dashboard Circle 提供程序中提取,API 客户端及其认证流程即来源于此。仅使用标准库的客户端;唯一依赖是 mcp SDK。

工具

工具

用途

list_profiles

家庭档案(pid、名称、类型)

get_usage

某个档案的详细使用情况(day=几天前,ndays=跨度)

get_usage_categories

按类别统计的使用情况(游戏、社交、视频等)

get_circle_status

Circle 设备/账户状态

Related MCP server: openbanking-mcp

设置

python3 -m venv .venv
.venv/bin/pip install -e .

配置

环境变量优先;秘密文件填充其余部分:

环境变量

秘密文件键

用途

CIRCLE_USERNAME

circle.username

账户邮箱

CIRCLE_PASSWORD

circle.password

账户密码

CIRCLE_DEVICE_ID

circle.device_id

稳定的设备标识符(任意唯一字符串)

CIRCLE_AURA_PUBLIC_KEY

circle.aura_public_key

Aura API 客户端密钥(circle_mobile_auth:...

CIRCLE_ADMIN_TOKEN

circle.admin_token

可选的预认证令牌(绕过登录)

CIRCLE_PROFILE_PID

circle.profile_pid

使用工具的可选默认档案

CIRCLE_SECRETS_FILE 指向一个包含 circle.<key> = <value> 行的配置文件,这样可以将凭据从 MCP 客户端配置中分离出来。

Claude Code 注册:将 .mcp.json.example 复制为 .mcp.json 并填写你的凭据(或将 CIRCLE_SECRETS_FILE 指向包含这些凭据的配置文件)。.mcp.json 已被 gitignore,因为它通常包含凭据或机器特定路径。

API 说明(2026-08)

认证流程:

  1. POST https://api.aurasvc.io/auth/session/signin,带有请求头 Authorization: Public <aura_public_key> 和请求体 {"alias": <email>, "password": ...}access_token + refresh_token(通过 /auth/session/refresh_token 刷新)

  2. POST https://auth.meetcircle-blue.co/api/v2/grant/admin,带有 {"deviceid": <device_id>, "jwt": <access_token>} → 管理员令牌

  3. 数据端点位于 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"} — 密钥被接受,但用户名/密码被拒绝

Install Server
F
license - not found
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    B
    quality
    D
    maintenance
    Enables 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
  • A
    license
    B
    quality
    B
    maintenance
    Enables 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.
    9
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables read-only access to PayPal transactions, orders, invoices, and disputes for auditing cash flow and tracking billing.
    10
    MIT

View all related MCP servers

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)

View all MCP Connectors

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/TechBlueprints/circle-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server