Loading languages...
@R

@ref-tools/ref-tools-mcp

@ref-tools283

An MCP server to stop hallucinations with token efficient search over public and private documentation.

documentation
search
token-efficient
hallucination-prevention
ai-agent

# mcpServer Config

{
  "mcpServers": {
    "Ref": [
      {
        "type": "http",
        "url": "https://api.ref.tools/mcp?apiKey=YOUR_API_KEY"
      },
      {
        "command": "npx",
        "args": [
          "ref-tools-mcp@latest"
        ],
        "env": {
          "REF_API_KEY": "<sign up to get an api key>"
        }
      }
    ]
  }
}

# stdio

npx ref-tools-mcp@latest

# streamableURL

https://api.ref.tools/mcp?apiKey=YOUR_API_KEY
Transport:
streamable
stdio
Language:
TypeScript
Created:4/22/2025
Updated:8/5/2025