Skip to main content
Glama

circle-mcp

MCP-Server (stdio), der schreibgeschützte Circle (Meetcircle/Aura)-Daten zur Kindersicherung bereitstellt: Familienprofile und Internetnutzung pro Profil.

Aus dem airstream-dashboard Circle-Provider extrahiert, von dem der API-Client und sein Authentifizierungsablauf stammen. Nur-Stdlib-Client; die einzige Abhängigkeit ist das mcp-SDK.

Werkzeuge

Werkzeug

Zweck

list_profiles

Familienprofile (pid, Name, Typ)

get_usage

Detaillierte Nutzung für ein Profil (day=Tage zurück, ndays=Zeitraum)

get_usage_categories

Nutzung nach Kategorie (Spiele, Soziale Medien, Video, ...)

get_circle_status

Circle-Geräte-/Kontostatus

Related MCP server: openbanking-mcp

Einrichtung

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

Konfiguration

Umgebungsvariablen haben Vorrang; eine Secrets-Datei füllt den Rest:

Umgebungsvariable

Schlüssel in der Secrets-Datei

Zweck

CIRCLE_USERNAME

circle.username

Konto-E-Mail

CIRCLE_PASSWORD

circle.password

Kontopasswort

CIRCLE_DEVICE_ID

circle.device_id

Stabile Gerätekennung (beliebige eindeutige Zeichenfolge)

CIRCLE_AURA_PUBLIC_KEY

circle.aura_public_key

Aura-API-Client-Schlüssel (circle_mobile_auth:...)

CIRCLE_ADMIN_TOKEN

circle.admin_token

Optionaler vorauthentifizierter Token (umgeht die Anmeldung)

CIRCLE_PROFILE_PID

circle.profile_pid

Optionales Standardprofil für Nutzungswerkzeuge

CIRCLE_SECRETS_FILE verweist auf eine Konfigurationsdatei mit circle.<key> = <value>-Zeilen, die Anmeldedaten aus deiner MCP-Client-Konfiguration heraushält.

Claude-Code-Registrierung: Kopiere .mcp.json.example zu .mcp.json und fülle deine Anmeldedaten ein (oder verweise mit CIRCLE_SECRETS_FILE auf eine Konfigurationsdatei, die sie enthält). .mcp.json ist gitignored, da es typischerweise Anmeldedaten oder maschinenspezifische Pfade enthält.

API-Hinweise (2026-08)

Authentifizierungsablauf:

  1. POST https://api.aurasvc.io/auth/session/signin mit Header Authorization: Public <aura_public_key> und Body {"alias": <email>, "password": ...}access_token + refresh_token (Aktualisierung über /auth/session/refresh_token)

  2. POST https://auth.meetcircle-blue.co/api/v2/grant/admin mit {"deviceid": <device_id>, "jwt": <access_token>} → Admin-Token

  3. Daten-Endpunkte auf https://vc.meetcircle-blue.co mit Authorization: Bearer <admin_token>:

    • /api/LOGS/usage/categories?user=<pid>&day=<d>&ndays=<n> (live verifiziert)

    • /api/LOGS/usage?user=<pid>&day=<d>&ndays=<n>

    • /api/QUERY/users, /api/QUERY/circleinfo (unverifiziert)

Fehlersemantik bei der Anmeldung:

  • 401 {"message": "NoCredential"} — fehlender/ungültiger Authorization: Public <key>-Header

  • 401 {"message": "InvalidCredentials"} — Schlüssel akzeptiert, Benutzername/Passwort abgelehnt

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