MCP Inspector

The official tool for testing MCP servers.

Installing MCP Inspector

This guide assumes you already have npm installedarrow-up-right and have created an API keyarrow-up-right under your GovTribe account.

  1. Run MCP Inspector

npx @modelcontextprotocol/inspector \
  --transport http \
  --server-url https://govtribe.com/mcp

  1. Add your API Key

Open the Authentication dropdown, and then add a custom authorization header:

  • Header Name: "Authorization"

  • Header Value: "Bearer <YOUR_API_KEY>"

  1. Connect to the MCP

Press the ► Connect button, which shows a connected status when successful.

Click into the Tools tab on the top, then click List Tools which shows all currently available tools. You can run tools, modify parameters, and test output all from this view.


Frequently Asked Questions

chevron-rightWhy are there only tools, and not resources / prompts / other MCP features?hashtag

GovTribe's MCP only offers tools right now because of the limited support for other MCP featuresarrow-up-right across all AI clients.

Last updated

Was this helpful?