Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| KANKA_TOKEN | Yes | Your Kanka API token | |
| KANKA_CAMPAIGN_ID | Yes | The ID of your Kanka campaign |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| find_entities | Find entities by search and/or filtering |
| create_entities | Create one or more entities |
| update_entities | Update one or more entities |
| get_entities | Retrieve specific entities by ID with their posts |
| delete_entities | Delete one or more entities |
| create_posts | Create posts on entities |
| update_posts | Update existing posts |
| delete_posts | Delete posts from entities |
| check_entity_updates | Check which entity_ids have been modified since last sync |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Kanka Context | Information about Kanka's structure and this MCP server's capabilities |