circle-mcp
Provides read-only access to Circle parental-control data, including family profiles, per-profile internet usage details, usage by category (games, social, video, etc.), and Circle device/account status.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@circle-mcpWhat's the internet usage for each family profile this week?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
circle-mcp
MCP server (stdio) exposing read-only Circle (Meetcircle/Aura) parental-control data: family profiles and per-profile internet usage.
Extracted from the airstream-dashboard Circle provider, which is where the API
client and its auth flow come from. Stdlib-only client; the only dependency is
the mcp SDK.
Tools
Tool | Purpose |
| Family profiles (pid, name, type) |
| Detailed usage for a profile ( |
| Usage by category (games, social, video, ...) |
| Circle device/account status |
Related MCP server: openbanking-mcp
Setup
python3 -m venv .venv
.venv/bin/pip install -e .Configuration
Environment variables win; a secrets file fills the rest:
Env var | Secrets-file key | Purpose |
|
| Account email |
|
| Account password |
|
| Stable device identifier (any unique string) |
|
| Aura API client key ( |
|
| Optional pre-authenticated token (bypasses login) |
|
| Optional default profile for usage tools |
CIRCLE_SECRETS_FILE points at a conf file with circle.<key> = <value> lines,
which keeps credentials out of your MCP client config.
Claude Code registration: copy .mcp.json.example to .mcp.json and fill in your
credentials (or point CIRCLE_SECRETS_FILE at a conf file holding them). .mcp.json
is gitignored, since it typically embeds credentials or machine-specific paths.
API notes (2026-08)
Auth flow:
POST https://api.aurasvc.io/auth/session/signinwith headerAuthorization: Public <aura_public_key>and body{"alias": <email>, "password": ...}→access_token+refresh_token(refresh via/auth/session/refresh_token)POST https://auth.meetcircle-blue.co/api/v2/grant/adminwith{"deviceid": <device_id>, "jwt": <access_token>}→ admin tokenData endpoints on
https://vc.meetcircle-blue.cowithAuthorization: Bearer <admin_token>:/api/LOGS/usage/categories?user=<pid>&day=<d>&ndays=<n>(verified live)/api/LOGS/usage?user=<pid>&day=<d>&ndays=<n>/api/QUERY/users,/api/QUERY/circleinfo(unverified)
Error semantics on signin:
401 {"message": "NoCredential"}— missing/invalidAuthorization: Public <key>header401 {"message": "InvalidCredentials"}— key accepted, username/password rejected
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