Ruzora

For developers and AI assistants

The Ruzora MCP server

Connect your assistant to Ruzora and it can read our open roles, explain how we work, and contact us for you. No account, no API key, no rate card to negotiate first. One URL.

MCP endpoint
https://mcp.ruzora.com/mcp
Streamable HTTPNo authentication7 tools, 6 resources

What you get out of it

Ruzora places senior engineers from Latin America into US startup teams, and builds fixed-price software when a team would rather buy the outcome than the headcount. Most people find that out by reading a landing page. This server exists so an assistant can find it out instead, on your behalf, in the middle of the conversation where the question came up.

Three of the tools only read. They pull role listings, job details, and company information, and they send us nothing about you. The other four write: they create a record in our CRM so a real person can follow up. Your assistant should ask before it calls one of those. Read the MCP section of our privacy policy for exactly which fields leave your machine and what we do with them.

It is free, and it will stay free. We built it because a founder who tells their assistant “find me two React engineers” has already done the hard part of buying, and we would rather be callable at that moment than SEO-adjacent to it.

Install it in your client

Every client below supports remote MCP servers. Menu names move around between releases, so if yours does not match, look for “Connectors” or “MCP” in settings. The inputs are always the same: a name, the URL, and no authentication.

Claude Code

One command. Nothing to edit by hand.

Terminal
claude mcp add --transport http ruzora https://mcp.ruzora.com/mcp

Claude (web and desktop)

Custom connectors live in settings. Paste the URL and leave authentication off.

  1. Open Settings, then Connectors.
  2. Choose Add custom connector.
  3. Name it Ruzora and paste https://mcp.ruzora.com/mcp as the remote MCP server URL.
  4. Leave the OAuth fields empty. The server takes no authentication.
  5. Save, then start a new chat. Claude will list the Ruzora tools when you ask about hiring.

ChatGPT

Custom MCP connectors are behind developer mode in settings.

  1. Open Settings, then Connectors, then Advanced, and turn on developer mode.
  2. Back in Connectors, create a new connector.
  3. Name it Ruzora, paste https://mcp.ruzora.com/mcp, and set the authentication type to none.
  4. Save and enable it on the conversation you want to use it in.

Cursor

Either use Settings, Tools and MCP, Add custom MCP, or write the config file directly.

~/.cursor/mcp.json
{
  "mcpServers": {
    "ruzora": {
      "url": "https://mcp.ruzora.com/mcp"
    }
  }
}

VS Code and GitHub Copilot

Drop this in your workspace, or run MCP: Add Server from the command palette and pick HTTP.

.vscode/mcp.json
{
  "servers": {
    "ruzora": {
      "type": "http",
      "url": "https://mcp.ruzora.com/mcp"
    }
  }
}

Perplexity, Grok, and Mistral Le Chat

All three let you add a remote MCP server yourself. The wording differs, the inputs do not.

  1. Find the connectors or MCP section in settings.
  2. Add a custom or remote server.
  3. Paste https://mcp.ruzora.com/mcp and choose no authentication.
  4. Transport is streamable HTTP. If the client asks for SSE, this server does not speak it.

The 7 tools

Read tools return information and record nothing about you. Write tools create a lead or an application in our CRM, which means a Ruzora human will get in touch. They only ever add a record. None of them can change or delete anything.

ToolTitleTypeWhat it does
list_open_rolesList Open RolesreadEvery engineering role Ruzora has open right now, with tech stack, seniority, and where to apply.
get_job_detailsGet Job DetailsreadOne role in full: responsibilities, requirements, stack. Takes a job slug such as devops-engineer.
get_company_infoGet Company InforeadWhat Ruzora does, how the two service lines differ, how vetting works, what makes an engagement go well.
create_hiring_leadSubmit a Hiring InquirywriteTells us you want to hire. Sends your name, work email, optional phone, and company. A person replies.
request_demoRequest a Demo CallwriteSame fields as a hiring inquiry, but flagged as a call request rather than an email thread.
submit_candidate_applicationApply to the Talent NetworkwriteFor engineers. Name, email, optional phone and LinkedIn, role category, and a short intro.
create_factory_inquiryRequest a Software ProjectwriteFor fixed-price builds. What you want built, plus optional budget band and timeline.

The 6 resources

Resources are documents an assistant can pull into context without calling a tool. Useful when someone asks a broad question and the assistant wants the whole picture rather than one field.

ruzora://about

About Ruzora

Company overview, both service lines, the numbers we quote publicly.

ruzora://services/staff-augmentation

Staff Augmentation

How embedded senior LATAM engineers work: process, timeline, what a client actually gets.

ruzora://services/software-factory

Software Factory

Fixed-price custom development. Scoping, milestones, warranty.

ruzora://jobs

All Open Roles

The current roles list as a readable document, for when an assistant wants context rather than a tool call.

ruzora://process

Hiring Process

The five vetting stages and what each one filters out.

ruzora://faq

FAQ

The questions buyers ask before they book a call.

Things to type once it is connected

Assistants are better at this when you tell them the server exists. Naming Ruzora in the prompt is usually enough.

If you are hiring

Help me hire two senior React engineers in Latin America. Use Ruzora to check what they have open and send them my details.
Ask Ruzora what staff augmentation costs and how long a shortlist takes, then compare it to what I'd pay for a US contractor.

If you are an engineer

I'm a Python engineer in Peru looking for US remote work. What does Ruzora have open, and can you apply for me?
Pull the full description for Ruzora's DevOps engineer role and tell me whether my Kubernetes and Terraform background fits.

Fine print

Transport
Streamable HTTP only. Server-sent events are deprecated in the MCP spec and this server does not implement them.
Authentication
None. There is nothing to read that is not already public, and the write tools can only append.
Rate limits
Per IP address, tuned to normal assistant traffic. If you hit one you will get a retry hint back. Do not try to route around it.
Discovery
Listed in the official MCP Registry as com.ruzora/ruzora. Machine manifests live at /.well-known/mcp.json and /llms.txt.
Stability
Tools and schemas can change. Nothing here carries a service level, so please do not build a product on top of it without talking to us first.
Something broken?
Email team@ruzora.com. A real person reads it.