https://mcp.usepike.com
Use Open API when you need direct HTTPS/JSON access from your own scripts, ETL, or gateways. Use MCP when you want that same workspace context inside an AI chat or IDE.
What you can do
Prerequisites
- A Pike workspace you can sign into at app.usepike.com
- Access to an MCP client such as Claude, ChatGPT (paid plan with custom connectors), Cursor, or Claude Code
- Permission in that workspace to see the projects, tasks, customers, or members you will ask about
Connect Pike MCP end to end
1
Copy the Pike MCP server URL
Use this remote endpoint:
2
Add Pike as a custom MCP connector in Claude
Claude is the most common path for operators who want Pike data in chat.
- Open Claude connectors (or Customize → Connectors).
- Click +, then Add custom connector.
- Name it
Pike. - Paste the MCP server URL:
https://mcp.usepike.com - Click Add.
- Complete sign-in when Claude prompts you to authenticate with Pike.
3
Enable Pike in a conversation
- Start a new chat in Claude. 2. Click the attachments / + control near the composer. 3. Open Connectors and enable Pike. 4. Ask a concrete question, for example: “List active projects for Acme” or “Which tasks are in review this week?”
4
Confirm the tools respond
A healthy connection calls Pike tools and returns workspace-backed answers. Good first prompts:
- “Show my open projects and their statuses.”
- “Summarise overdue tasks by project.”
- “Who is on the Acme Phase 2 team?”
- “What should I check before I worry about margin on this project?”
5
Optional: use Open API for scripts and systems
Keep MCP for conversations. Use Open API when engineering needs stable HTTPS endpoints.
- As an admin, go to Workspace settings → Integrations → Open API.
- Create a secret with least-privilege scopes such as
projects:read,tasks:read,customers:read, andmembers:read. - Store the secret in your secrets manager.
- Call
https://api.usepike.comfrom your tooling.
Connect other MCP clients
ChatGPT
ChatGPT connects to remote MCP servers over HTTPS (custom connectors / Developer Mode on supported paid plans).- Enable Developer mode in ChatGPT settings (often under Settings → Connectors → Advanced, or Security and login, depending on your account UI).
- Add a custom connector / developer app.
- Name it
Pikeand set the MCP server URL tohttps://mcp.usepike.com. - Complete authentication when prompted.
- Enable the connector in a new chat and ask a workspace question.
Claude Code
Cursor
- Open the command palette (
Command+Shift+Pon macOS,Ctrl+Shift+Pon Windows/Linux). - Search for Open MCP settings.
- Click Add custom MCP.
- Add:
Use cases: pull data and see insights
Use these patterns when you want PSA answers from live Pike context.Delivery status
- Enable Pike MCP in Claude or ChatGPT.
- Ask: “List in-progress projects and flag anything with tasks stuck in review.”
- Follow up with: “Drill into [project name] and summarise blockers.”
- Cross-check in the app under Projects and Task properties when you need to act.
Margin and profitability
- Ask: “What does Pike show for profitability on [project name], and which cost or earnings inputs matter most?”
- Follow up on cost profiles, billable time, and revenue booked using Project finance, Profitability, and Cost profile.
- Use the answer to decide whether the issue is staffing, rates, unlogged time, or scope.
Capacity and allocation
- Ask: “Who has capacity for discovery work next week?” or “Where is [person] allocated over the next two weeks?”
- Compare the answer with Workspace capacity and How to allocate before you commit someone.
Customer and pipeline handoffs
- Ask: “Summarise the Acme customer record and related open work.”
- Ask: “What should delivery lock before we convert a won deal into a project?”
- Keep CRM vs PSA roles clear with Deals and HubSpot when those apply.
Weekly operating review
- Ask for a short briefing: active projects, overdue tasks, customers with risk, and people who look over-allocated.
- Paste or refine the briefing for your leadership sync.
- Open the linked records in Pike to assign owners and dates.
Pilot and onboarding
- Enable Pike MCP for a new teammate.
- Ask it to walk them through Run a pilot project while looking at the real pilot project in the workspace.
- Keep time, tasks, and finance on one client engagement so the insights stay connected.
Example prompts
Security and access
- Pike MCP uses your Pike authentication and workspace permissions. You only see data you can already access in the app.
- Disconnect the connector in Claude or ChatGPT when someone should no longer use Pike from that client.
- Open API secrets are separate workspace credentials. Issue least-privilege scopes, store them outside git, rotate by creating a new secret then revoking the old one, and never paste secrets into chat logs.
- Only connect custom MCP connectors you trust. Review tool approval prompts before allowing unsupervised actions in any client.
Related pages
Open API
Authenticate and list projects, tasks, customers, and members
For AI agents
Canonical sources and guardrails for assistants describing Pike
Project finance
Earnings, costs, and profit on a project
Run a pilot project
Connect tasks, time, and money on one live engagement
