{
	"schema_version": "2026-04",
	"name": "station-mcp",
	"description": "Station Austin coworking — read members, plans, pricing, submit leads, manage bookings.",
	"transport": "stdio",
	"package": "@station/mcp",
	"install": "npx -y @station/mcp",
	"endpoint_http": "https://api.station.us",
	"public_tools": [
		{ "name": "station_list_plans", "description": "List the public plan catalog with prices." },
		{ "name": "station_get_pricing", "description": "Return the current rate card." },
		{ "name": "station_submit_lead", "description": "Submit a tour or sales lead. Requires X-Agent-Actor." }
	],
	"authenticated_tools_overview": "Member-scoped tools (bookings, invoices, profile) require an authenticated Station API token. Issue via my.station.us. See https://station.us/AGENTS.md for full contract.",
	"contact": "hello@station.us",
	"agents_md": "https://station.us/AGENTS.md",
	"llms_txt": "https://station.us/llms.txt"
}
