Remote SSE Mode Inspector Guide
UI SSE Mode in Inspector
You can use the SSE mode to trigger the inspector directly from your UI. This method allows for a more integrated experience when inspecting tools.
Using Authorization Header:
http://localhost:12007/sse with Authorization: Bearer <YOUR_API_KEY>
Using URL-based Authentication:
http://localhost:12007/api-key/<YOUR_API_KEY>/sse
Configure your UI to connect to these endpoints and the inspector will be triggered automatically, providing real-time tool inspection capabilities.
Local Proxy Mode Inspector Guide
Because MetaMCP is a local proxy and we currently don't support any cloud hosting of your MCPs. You can use MCP's official inspector to check what exact tools you will have access to with MetaMCP.The inspector command is used to start the inspector tool. You can use the command below to start the inspector tool. In the future we may support better experience for you to check inspection details directly on our platform.
Inspector Command
npx -y @modelcontextprotocol/inspector npx -y @metamcp/mcp-server-metamcp@latest -e METAMCP_API_KEY=<YOUR_API_KEY> -e METAMCP_API_BASE_URL=http://localhost:12005