Live agency operations MCP
Provides read-only creator scouting and management capabilities for TikTok, including activity observation, invitation-status and invitation-eligibility resolution, and validation of observations using TikTok usernames as the operational account key.
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., "@Live agency operations MCPCheck last month's activity for creator ID 42 and verify invitation status observations."
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.
Live agency operations MCP
A local STDIO MCP server that makes provider-specific acquisition available to chats and skills. MCP tool names and contracts remain source-neutral, while the server resolves installed capability providers at runtime.
All Phase 1 operations are read-only.
read_creator_activity: Normalize monthly diamonds, effective LIVE days, and LIVE minutes.observe_creator_activity: Resolve an interactive, source-specific activity acquisition provider for an exact month and complete or selected scope.validate_creator_activity_observations: Verify the normalized activity snapshot against that exact request and provider context.observe_creator_invitation_status: Resolve an invitation-status provider. An interactive provider returns private instructions for use in an authenticated browser session.validate_creator_invitation_status_observations: Verify that observations exactly match the requested targets.
Direct messages, invitations, follows, relationship changes, and writes to Lark or other destinations are outside this server's scope. Credentials and real data must not be stored in the repository.
Version 2 domain processes
The mixed live-agency-operations process remains available as a transitional
compatibility surface. Version 2 Skills use two separately launched read-only
domain processes that share the same provider-resolution runtime:
Creator Scouting exposes paired observe/validate tools for public profiles, LIVE history, and invitation eligibility.
Creator Management exposes
read_creator_activity,observe_creator_activity, andvalidate_creator_activity_observations.
Each domain result includes a content-bound audit context with contract version, domain, read authority, tool name, request identity and hash, target and observed counts, and the resolved Provider Binding. Lark writes and BackStage relationship-changing actions are not available in either process. Shared v2 schemas also define account-observation references with the current mutable username as the TikTok operational key, observation evidence, unavailable values, write intent, approval, and readback results; write tools are not exposed in this release. They deliberately do not define a Flair-owned Actor, candidacy, platform-account, creator, or membership ID while the v2 identity model is under review.
live-domain-contracts.mjs models the profile LIVE-history source as completed
sessions only. Within one account, the exact session start timestamp is the
matching key against existing Lark LIVE-history records. A sync plan matches
existing starts and creates only unseen starts; duplicate starts fail closed.
Scouting duration is derived from each session's start and end, and the full
duration is assigned to the Asia/Tokyo date on which the session started
without a midnight split. This observed Scouting duration is not the monthly
BackStage duration used by Creator Management for incentive calculations.
The domain entrypoints load exact capability/input-to-Binding routes from
config/v2-provider-binding-profiles.json in the composition root. Missing,
duplicate, mismatched, or uninstalled profiles fail closed. Set
LIVE_AGENCY_PROVIDER_BINDING_PROFILES_PATH only when the compatible private
composition root stores that configuration elsewhere.
instance-profile-resolver.mjs defines the corresponding fail-closed Lark
Instance Profile contract. Each private profile binds one profile ID to one
domain, tenant, authority, Base ID, credential reference, schema fingerprint,
knowledge version, Lark service-capability profile reference, and set of
immutable table IDs. The referenced Provider profile determines whether API
access is API-first or call-minimizing for that tenant. Production Instance
Profile documents and credentials are deliberately not stored in this
repository.
This MCP is maintained in its own repository and is mounted at
mcp/live-agency-operations by the private live-agency-provider-runtime
composition root. The composition root supplies the source-provider API and
the installed provider packages.
Related MCP server: dooray-dbins-mcp
Start the server
Run the following command from the live-agency-provider-runtime composition
root:
npm run mcp:startStart the v2 domain processes independently:
npm run mcp:start:scouting
npm run mcp:start:managementThe following is an example Codex project configuration. Replace
/absolute/path/to/... with the actual absolute path to the composition root.
[mcp_servers.live-agency-operations]
command = "node"
args = ["/absolute/path/to/live-agency-provider-runtime/mcp/live-agency-operations/src/server.mjs"]
cwd = "/absolute/path/to/live-agency-provider-runtime"The v2 domain configuration uses separate entries:
[mcp_servers.creator-scouting]
command = "node"
args = ["/absolute/path/to/live-agency-provider-runtime/mcp/live-agency-operations/src/creator-scouting-server.mjs"]
cwd = "/absolute/path/to/live-agency-provider-runtime"
[mcp_servers.creator-management]
command = "node"
args = ["/absolute/path/to/live-agency-provider-runtime/mcp/live-agency-operations/src/creator-management-server.mjs"]
cwd = "/absolute/path/to/live-agency-provider-runtime"If this repository is checked out outside the composition root, set
LIVE_AGENCY_PROVIDER_RUNTIME_ROOT to the absolute path of a compatible
runtime containing the provider workspaces.
Test
Install the composition-root workspaces, then run:
npm run test:mcpAfter adding the configuration, restart Codex and confirm that Creator Scouting advertises six tools and Creator Management advertises three tools. The legacy mixed process continues to advertise its original five-tool compatibility surface.
This server cannot be installed
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 Connectors
Read-only MCP for provider identity, runtime, API, MCP, A2A, and x402 trust checks.
Read-only access to InfluSense influencer discovery, ratings, watchlists, and reports via MCP.
Read-only gateway for durable agent identity, consent, recognized work, and signed receipts.
Read-only MCP tools for AI agent discovery, structured resources, and NIULAI information.
Related MCP Servers
- AlicenseCqualityCmaintenanceEnables browsing and querying Smartsheet data through read-only MCP tools, allowing MCP-compatible clients to explore sheets, reports, dashboards, and more.66MIT
- FlicenseNot gradedqualityCmaintenanceProvides read-only access to Dooray collaboration services through REST, CalDAV, and LDAP, enabling queries for projects, tasks, calendar events, and directory information via 18 MCP tools.
- AlicenseAqualityBmaintenanceProvides governed retrieval over MCP with hybrid search, strict confidence gating, and access control, exposing three read-only tools.3Apache 2.0
- AlicenseAqualityBmaintenanceProvides MCP access to Contribution Compass's evidence catalog, enabling users to query curated open-source project activity, contribution opportunities, and observation histories.72MIT
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/flair-agency/live-agency-operations-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server