Connect to MCP Inspector
MCP Inspector is the official tool for testing & developing MCP servers.
This guide is for technical or advanced users and outlines how to configure the MCP Inspector playground. See also the MCP Inspector Official Documentation.
Installing MCP Inspector
This guide assumes you already have npm installed.
npx @modelcontextprotocol/[email protected] \
--transport http \
--server-url https://govtribe.com/mcp
Open the Authentication dropdown, and then add a custom authorization header:
Header Name: "Authorization"
Header Value: "Bearer <YOUR_API_KEY>"

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
Last updated
Was this helpful?
