Docs
Sign in
API

Inth MCP

Inth MCP lets an MCP client list your organizations, regions, and projects. It can also create a project after you approve the action.

The server URL is https://api.inth.com/mcp.

Add Inth MCP

Run this command to add Inth MCP to supported clients on your computer:

npx -y add-mcp https://api.inth.com/mcp -g

You can also add it to a specific client.

Codex

codex mcp add inth --url https://api.inth.com/mcp

Claude Code

claude mcp add --transport http inth https://api.inth.com/mcp

Other MCP clients

Add a remote MCP server with this configuration:

{
	"mcpServers": {
		"inth": {
			"url": "https://api.inth.com/mcp"
		}
	}
}

Your client opens Inth in a browser the first time it connects. Sign in and approve access. You do not need an API key.

Available tools

ToolWhat it doesChanges data
list_organizationsLists organizations you belong toNo
list_regionsLists regions available for new projectsNo
list_projectsLists projects you can accessNo
create_projectCreates a project and its first Consent instanceYes

See MCP tools for arguments and example prompts.

Access

Inth MCP uses your current organization memberships. Members can use the list tools. Admins and owners can also create projects when the organization has API access.

Review any proposed create_project call before approving it. If someone loses access to an organization, the change applies to their next tool call.

Troubleshooting

The sign-in page does not open

Remove the saved Inth connection from your client, add it again, then retry the first tool call. Check that the server URL is exactly https://api.inth.com/mcp.

The client returns 401 Unauthorized

Reconnect Inth from the client so it can start a new sign-in flow. Do not use an organization API key as the MCP credential.

An organization or project is missing

Sign in to Inth with the same account and check that it belongs to the expected organization. MCP results follow that account's current access.

Project creation is denied

Ask an organization admin or owner to create the project. The organization must also have API access.