MCP Interactsh Bridge
by tachote
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| INTERACTSH_TOKEN | No | Authorization token if your interactsh server enforces auth. | |
| INTERACTSH_BASE_URL | No | Base URL of the interactsh server to target. | https://oast.pro |
| INTERACTSH_DOMAIN_SUFFIX | No | Domain suffix used to build callback hosts. Override when using a custom interactsh deployment. | host derived from INTERACTSH_BASE_URL |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_interactsh_sessionB | Generates credentials, registers with interactsh, and returns the connection details. |
| list_interactsh_sessionsB | Lists interactsh sessions cached in memory. |
| poll_interactsh_sessionB | Retrieves and decrypts interactions for a session. Optional filters let you match HTTP method, path, query, protocol, or free text. |
| deregister_interactsh_sessionC | Removes a session from interactsh and local cache. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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