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 |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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. |