# Advanced – Developer

#### Create a GovTribe MCP – API Key

1. Visit <https://govtribe.com/account-mcp>
2. Enable the MCP, then click +Create Key
3. Store the key as it will only be shown once

<figure><img src="/files/wDTvHzGx6qbsjUeyeznc" alt=""><figcaption></figcaption></figure>

#### &#x20;Option 1: Connect via API

{% hint style="info" %}
[Check out our guide on how to **connect GovTribe MCP to APIs** like OpenAI, Anthropic, and Gemini.](/user-guide/integrations/govtribe-mcp/advanced-developer/connect-via-api.md)
{% endhint %}

#### Option 2: Connect via CLI

{% hint style="info" %}
[Check out our guide on how to connect **GovTribe MCP to CLI tools** like Claude Code and Gemini CLI.](/user-guide/integrations/govtribe-mcp/advanced-developer/connect-via-cli.md)
{% endhint %}

#### Option 3: Test GovTribe MCP with Inspector

{% hint style="info" %}
[Use inspector, the official MCP testing tool, to see what GovTribe MCP offers.](/user-guide/integrations/govtribe-mcp/advanced-developer/mcp-inspector.md)
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.govtribe.com/user-guide/integrations/govtribe-mcp/advanced-developer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
