Remoet MCP server
Connect your AI agent to Remoet, the job platform built for agents. Search tech companies by their real tech stack, star the ones you'd actually work for, pull jobs from that shortlist, and manage your developer profile, all through conversation.
This repo ships a local stdio MCP server (Node + TypeScript) plus the metadata MCP clients and directory registries need. The local server advertises Remoet's full tool catalog (snapshotted from the live server) and forwards calls to the hosted MCP at https://api.remoet.dev/mcp with your Bearer key. The hosted server is closed source and remains the source of truth for execution.
Most users connect to the hosted server directly (see Quick install below). The local package is for clients that prefer stdio or build/scan systems that require a runnable local server.
- Homepage: https://remoet.dev
- Docs: https://docs.remoet.dev
- MCP endpoint:
https://api.remoet.dev/mcp - Get a free API key: https://remoet.dev/onboarding






