Showing 1–10 of 10 tools
memory-store
✓ Verified
Persistent key-value storage for agent state. Supports namespaces, TTL expiry, and atomic increments. Essential for multi-turn conversations.
Data & Storage
openai-chat
✓ Verified
Chat completion endpoint with model selection, temperature, and system prompt support. Handles token counting and streaming responses.
AI & ML
web-search
✓ Verified
Search the web and retrieve structured results with snippets, titles, and URLs. Supports site-scoped and deep research modes.
Web & API
github-pr-fetcher
✓ Verified
Fetch pull requests filtered by state, label, author, or date range. Returns structured PR data including reviews, checks, and merge eligibility.
Development
slack-message-sender
✓ Verified
Send formatted messages to Slack channels or DMs. Supports blocks, attachments, and thread replies. Rate-limit aware.
Communication
resend-email
Send transactional emails via Resend. Supports HTML and plain-text, rich templates, and tracking pixels. Includes unsubscribe management.
Communication
postgres-query
✓ Verified
Execute read-only SQL queries against a PostgreSQL database. Supports parameterized queries to prevent injection. Returns structured JSON results.
Data & Storage
cron-scheduler
Schedule recurring tasks with cron expressions. Agents can register callbacks for time-based automation without external infrastructure.
Automation
r2-file-upload
✓ Verified
Upload files to Cloudflare R2 with automatic content-type detection. Returns public CDN URLs. Supports up to 5GB per file.
Data & Storage
stripe-webhook-handler
✓ Verified
Verify and process Stripe webhook events. Handles signature validation, event replay protection, and dispatches to registered handlers.
Web & API