studyofus-agent
Click on "Deploy 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., "@studyofus-agentcheck the API health and show me the current user"
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.
studyofus-agent
Unofficial REST + CLI + MCP for a proposed Study of Us agent API.
Not affiliated with Aella, studyofus.com, or aella.lol. This repo does not call those sites. It runs a local mock. Point STUDYOFUS_API_BASE at an official API only after the operator gives you one.
Why
Study of Us is a public beta face-perception study (see PRODUCT.md). Agent traffic should not refresh the HTML app. This kit is the agent side: ids, votes, reports — no image scraping.
Related MCP server: Cubi MCP Playground
Run the mock API
cd E:\development\studyofus-agent
bun install
bun run apiListens on http://127.0.0.1:3320.
CLI
bun run cli health
bun run cli catalog
bun run cli me
bun run cli report
bun run cli vote --game rate-men --left L1 --right R1 --pick leftMCP
Stdio server: bun run mcp. Configure your agent to run that command with:
STUDYOFUS_API_BASE=http://127.0.0.1:3320
STUDYOFUS_TOKEN=dev-tokenTools: sou_health, sou_catalog, sou_me, sou_report, sou_vote.
Env
See .env.example. The client refuses studyofus.com and aella.lol hostnames.
License
MIT.
This server cannot be deployed
Maintenance
Related MCP Connectors
Mock REST APIs, fake OAuth2/OIDC provider, uptime monitors + heartbeats, live badge/QR images.
Hosted MCP endpoint with realistic fake data for prototyping agents. 12 tools, no setup.
Build, validate, and manage API simulations in WireMock Cloud from MCP-compatible AI agents.
AI-callable tools for API mocking, testing, monitoring, security, and automation.
Related MCP Servers
- FlicenseNot gradedqualityBmaintenanceA minimal local HTTP MCP mock server for development and testing, providing predictable tool responses with OAuth token support and zero dependencies.-
- FlicenseNot gradedqualityDmaintenanceEnables local prototyping of Cubi integrations with a mock HTTP server, MCP tools for lifecycle management, and a browser UI for workflow testing without real sandbox credentials.1-
- FlicenseNot gradedqualityCmaintenanceEnables MCP-compliant agents to perform data discovery, schema matching, and export via HTTP, with a mock mode for demonstration.-
- AlicenseNot gradedqualityCmaintenanceA local mock MCP server for building against the Model Context Protocol. Write a tool in the browser, save it, and it is immediately available on an MCP endpoint.MIT