# Grafbase (verified)

Instant GraphQL API platform. Deploy APIs, manage schemas, and query federated data sources at the edge.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add grafbase

# Browse available tools
npx -y @smithery/cli@latest tool list grafbase

# Get full schema for a tool
npx -y @smithery/cli@latest tool get grafbase introspect

# Call a tool
npx -y @smithery/cli@latest tool call grafbase introspect '{}'
```

## Direct MCP Connection

Endpoint: `https://grafbase.run.tools`

## Tools (3)

- `introspect` — Provide the complete GraphQL SDL for the requested types. Always use `search` first to identify relevant fields before …
- `search` — Search for relevant fields to use in a GraphQL query. A list of matching fields with their score is returned with parti…
- `execute` — Executes a GraphQL request. Additional GraphQL SDL may be provided upon errors.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get grafbase <tool-name>
```
