KosmoKrator

data

Akismet MCP, CLI, and Lua Integration for AI Agents

Akismet integration docs for AI agents: MCP gateway setup, Akismet CLI commands, Lua API reference, credentials, and function schemas.

Akismet for agents

Credentials can be configured manually in web or CLI hosts.

Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.

Agent Surfaces

Machine-Readable Metadata

Function Catalog

FunctionTypeParametersDescription
akismet.akismet_verify_key Read read 0 Verify the Akismet API key and blog URL.
akismet.akismet_comment_check Read read 0 Check submitted content for spam.
akismet.akismet_submit_spam Write write 0 Submit missed spam feedback to Akismet.
akismet.akismet_submit_ham Write write 0 Submit false-positive ham feedback to Akismet.
akismet.akismet_key_sites Read read 0 Retrieve site activity for the API key.
akismet.akismet_usage_limit Read read 0 Retrieve current monthly API usage and throttling status.