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_FILEcircle.<key> = <value>行を含むconfファイルを指し、MCPクライアント設定から資格情報を除外します。

Claude Code登録:.mcp.json.example.mcp.jsonにコピーし、資格情報を入力します(またはCIRCLE_SECRETS_FILEをそれらを保持するconfファイルに指定します)。.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