Skip to main content
Glama

MCP Interactsh Bridge

by tachote

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
INTERACTSH_TOKENNoAuthorization token if your interactsh server enforces auth.
INTERACTSH_BASE_URLNoBase URL of the interactsh server to target.https://oast.pro
INTERACTSH_DOMAIN_SUFFIXNoDomain suffix used to build callback hosts. Override when using a custom interactsh deployment.host derived from INTERACTSH_BASE_URL

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
create_interactsh_session

Generates credentials, registers with interactsh, and returns the connection details.

list_interactsh_sessions

Lists interactsh sessions cached in memory.

poll_interactsh_session

Retrieves and decrypts interactions for a session. Optional filters let you match HTTP method, path, query, protocol, or free text.

deregister_interactsh_session

Removes a session from interactsh and local cache.

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tachote/mcp-interactsh'

If you have feedback or need assistance with the MCP directory API, please join our Discord server