# PlatPhorm Meetups Plan, publish, and federate real-world and virtual meetups across the PlatPhorm News network. Canonical URL: https://meetup.platphormnews.com Purpose: AI-first meetup creation, discovery, RSVP, calendar export, and PlatPhormNews network federation. Public reads: events, groups, feeds, discovery files, health, read-only MCP introspection. Protected actions: create/update/delete events, clone/import URL, attendee PII reads, federation sync, protected MCP tool calls. Auth: PLATPHORM_API_KEY via Authorization: Bearer or X-PlatPhorm-API-Key. Storage: ephemeral-memory; server memory fallback is active. Key routes: - https://meetup.platphormnews.com/events - https://meetup.platphormnews.com/groups - https://meetup.platphormnews.com/create - https://meetup.platphormnews.com/api/v1/events - https://meetup.platphormnews.com/api/v1/audit - https://meetup.platphormnews.com/api/v1/events/import - https://meetup.platphormnews.com/api/v1/vercel/connect/status - https://meetup.platphormnews.com/auth/vercel - https://meetup.platphormnews.com/api/mcp - https://meetup.platphormnews.com/openapi.yaml - https://meetup.platphormnews.com/.well-known/trust.json ## Storage Mode: ephemeral-memory Durability: ephemeral memory fallback until a durable production database is attached. ## Categories - technology: Technology - ai-ml: AI & Machine Learning - startups: Startups & Founders - design: Design & Product - career: Career & Hiring - community: Community & Social - web3: Web3 & Open Source - wellness: Health & Wellness ## Groups - Agent Engineers Guild: https://meetup.platphormnews.com/groups/agent-engineers (ai-ml) - PlatPhorm Builders: https://meetup.platphormnews.com/groups/platphorm-builders (technology) - Design Systems Collective: https://meetup.platphormnews.com/groups/design-systems-collective (design) - Founder Socials: https://meetup.platphormnews.com/groups/founder-socials (startups) - The Hiring Network: https://meetup.platphormnews.com/groups/hiring-network (career) ## Events - Open Source Friday: Maintainer Office Hours: https://meetup.platphormnews.com/events/open-source-friday (online, web3) - MCP Builders Night: Federating Tools Across the Web: https://meetup.platphormnews.com/events/mcp-builders-night-sf (in_person, technology) - Engineering Hiring Social: https://meetup.platphormnews.com/events/engineering-hiring-social-seattle (in_person, career) - Evaluating AI Agents: A Practical Workshop: https://meetup.platphormnews.com/events/evaluating-ai-agents-workshop (online, ai-ml) - Pre-Seed Founder Dinner: https://meetup.platphormnews.com/events/pre-seed-founder-dinner-nyc (in_person, startups) - Design Tokens Deep Dive: From Figma to Production: https://meetup.platphormnews.com/events/design-tokens-deep-dive (hybrid, design) - Retrieval Roundtable: Beyond Naive RAG: https://meetup.platphormnews.com/events/retrieval-roundtable (online, ai-ml) - Network Demo Night: https://meetup.platphormnews.com/events/network-demo-night (hybrid, community) ## MCP Protocol: 2025-06-18 Tools: 9 Resources: 4 Prompts: 2 ## Standard Routes - GET /api/health: public read - GET /api/v1/health: public read - GET /api/docs: public read - GET /openapi.yaml: public read - GET /llms.txt: public read - GET /llms-full.txt: public read - GET /llms-index.json: public read - GET /robots.txt: public read - GET /sitemap.xml: public read - GET /sitemap-index.xml: public read - GET /rss.xml: public read - GET /feed.xml: public read - GET /atom.xml: public read - GET /manifest.webmanifest: public read - GET /.well-known/mcp.json: public read - GET /.well-known/agents.json: public read - GET /.well-known/ai-plugin.json: public read - GET /.well-known/security.txt: public read - GET /.well-known/trust.json: public read - GET /api/mcp: public read - POST /api/mcp: protected - GET /api/v1/audit: protected - POST /api/v1/events: protected - POST /api/v1/events/import: protected - GET /api/v1/vercel/connect/status: public read - POST /api/v1/vercel/connect/token: protected - POST /api/v1/vercel/connect/authorize: protected - POST /api/v1/vercel/connect/trigger: protected - GET /auth/vercel: public read - GET /api/auth/vercel/authorize: public read - GET /api/auth/vercel/callback: public read - POST /api/auth/vercel/signout: public read ## Trust Policy Web dashboard, public-safe discovery, browser-based operations, trusted-domain discovery, standard route compliance, Vercel metadata capture, trace inspection, and agentic workflow discovery are intentionally supported for public read-only debugging and operator workflows. Mutating, administrative, ingestion, replay, fork, remediation, deployment, sync, test-triggering, reporting, and write actions require PLATPHORM_API_KEY.