CONNECT APP
Build with Akismet
Communication
- API key
MCP
Give your agent Akismet tools
Every Akismet action is exposed as an MCP tool on Pipedream's remote server. Point a client at it with your end user's ID and Connect resolves that user's Akismet account for each tool call — you store no tokens.
API PROXY
Call the Akismet API directly
For an endpoint with no pre-built tool, the Connect proxy forwards your request to the Akismet API with the connected user's credentials attached. You store no tokens and write no refresh logic.
SDK
Run Akismet actions from your backend
Connect a user's Akismet account once, then run Check Comment on their behalf from your own code — TypeScript, Python, or plain HTTP.
TOOLS
Akismet actions
On-demand operations your product or agent can configure and run on behalf of a connected user.
-
Check Comment
actionCheck if a comment is spam or not. See the documentationWritev0.0.2 -
Submit Ham
actionSubmit a comment that was incorrectly classified as spam. See the documentationWritev0.0.2 -
Submit Spam
actionSubmit comment that was not marked as spam but should have been. See the documentationWritev0.0.2
EVENTS
Akismet triggers
Event sources your backend can deploy for users and receive through a webhook.
No Akismet triggers are available yet.
- App slug
- akismet
- Authentication
- API key
- Categories
- Communication
- Actions
- 3
- Triggers
- 0
- API proxy
- Available