A deliberately small surface
Only product discovery and account quota checks are exposed in the first release.
READ-ONLY MCP / PRO
Search product opportunities and check your live quota from any compatible local MCP host. Authorize with your Build or Skip account—no API key, permanent token, or ChatGPT plugin required.
Only product discovery and account quota checks are exposed in the first release.
Every user signs in separately and receives an identity-bound token stored on that device.
MCP can use up to 40 list-query units inside the shared Pro daily allowance.
01 / QUICK START
The Build or Skip MCP npm package pins the production server, OAuth issuer, public client, and loopback callback. You do not need to create credentials or edit an authorization URL.
BEFORE YOU START
Open a terminal on the device where your MCP client runs and start the one-time authorization flow.
Sign in to Build or Skip and approve the read-only MCP connection for your own account.
Paste the stdio configuration into Codex, Claude Desktop, Cursor, or another compatible host, then restart it.
npx -y build-or-skip-mcp --login02 / HOST CONFIGURATION
Add this server entry to your client's MCP configuration. The exact settings screen or configuration file location depends on the client, but the command and arguments stay the same.
{
"mcpServers": {
"build-or-skip": {
"command": "npx",
"args": ["-y", "build-or-skip-mcp"]
}
}
}Restart the MCP host after saving. You can authorize before or after adding the configuration; the bridge will open the browser when authorization is required.
03 / READ-ONLY CAPABILITIES
Build or Skip MCP forwards the same narrow, production-enforced contract. It does not expose raw database tables, internal scores, private account identifiers, arbitrary SQL, exports, or mutation tools.
Search, sort, and filter the safe product projection returned by Build or Skip's production research service.
Check the shared Pro allowance and the dedicated MCP channel allowance before a research session.
The server also provides two read-only reference resources for the research methodology and product taxonomy.
04 / ACCESS & QUOTA
Eligibility and quota are checked by the production server on every call. Changing a local configuration cannot bypass an expired entitlement or a depleted allowance.
The maximum number of list-query units available through MCP each UTC day.
MCP consumption also counts toward the account's overall Pro list-query allowance.
05 / OAUTH & SECURITY
The bridge uses OAuth Authorization Code with PKCE and a fixed loopback callback. The public client has no client secret, and tokens are kept in the operating system credential store instead of project files.
The package does not ask users to create, paste, or save a permanent personal access token.
OAuth tokens are stored in the device credential store and are never printed to MCP stdout.
The production service independently verifies identity, Pro access, quotas, input limits, and safe output fields.
06 / MANAGE ACCESS
These commands only inspect or remove the tokens stored on the current device. They do not change the user's Build or Skip subscription or account.
npx -y build-or-skip-mcp --statusnpx -y build-or-skip-mcp --logoutRun the status command. If authorization is missing or expired, run login again and finish the browser consent flow.
Confirm Node.js 20+ is installed and that the MCP host can resolve the same npx command from its environment.
Confirm the signed-in account has active paid or complimentary Pro access. Free and 3-day trial access do not include MCP.
07 / FAQ
No. Everyone uses the registered public Build or Skip Local MCP client, while each user authorizes a separate account-bound token and receives an independent quota.
No. It can only call the published read-only tools and receive their safe response fields. There is no arbitrary SQL, table access, database credential, or raw internal dataset.
No. The npm bridge is for local stdio MCP hosts and works independently from a ChatGPT connector.
No. MCP is reserved for active paid or complimentary Pro access. The product's 3-day browser trial does not include this channel.
RESEARCH WHERE YOU ALREADY WORK