AS
AI SENSE Free Public Tools
10 endpointslivePublic MCP tools for approvals, webhooks, temporary storage, short links, time and UUIDs. (MCP server com.aisenseapi/free-public-tools, aggregated from the official registry)
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, and then use Cracked to show me what I can do for AI SENSE Free Public Tools.
| Endpoint | What it does | Price | Health |
|---|---|---|---|
| Get current time /get_current_time verified | Get the true current date and time, as an ISO 8601 string and a Unix timestamp, for any timezone. Use this whenever the actual present moment matters - stamping | $0.0020 per call | unknown |
| Generate UUID /generate_uuid verified | Generate one random RFC 4122 version 4 UUID. Use it when you need an identifier that will not collide with anything else - an idempotency key, a correlation id | $0.0020 per call | unknown |
| Shorten URL /shorten_url verified | Turn a long URL into a short 307.fi link that redirects to it. Use it when a URL has to be typed, read aloud, pasted into a message with a length limit, or put | $0.0020 per call | unknown |
| Store temporary data /store_temporary_data verified | Put any JSON value somewhere another process can fetch it, and get back a storage_id plus a public read_url. Use it to hand a result to a different agent, a scr | $0.0020 per call | unknown |
| Read temporary data /read_temporary_data verified | Fetch back a JSON value that store_temporary_data saved earlier, in this session or in another one. Returns the value exactly as it was stored. Fails if the id | $0.0020 per call | unknown |
| Create webhook capture /create_webhook_capture verified | Create a throwaway URL that records the next HTTP request anyone sends to it, headers and body included. Use it to see what a webhook provider, a form or a thir | $0.0020 per call | unknown |
| Read webhook capture /read_webhook_capture verified | Check whether anything has been sent to a capture URL yet, and read it. The status field is pending or captured. Pending is the ordinary answer before the sende | $0.0020 per call | unknown |
| Request human approval /create_human_approval verified | Put a decision in front of a real person and wait for their answer. Creates a web form and returns form_url to send to whoever should decide, plus an action_id | $0.0020 per call | unknown |
| Read human approval /read_human_approval verified | Check whether the person has answered a form from create_human_approval, and read what they chose. The status field is pending or answered. Note carefully that | $0.0020 per call | unknown |
| Wait for an event /create_agent_wake verified | Create a durable MCP task that completes when a webhook arrives, a person answers a form or a chosen time is reached. Use it when an agent must pause and contin | $0.0020 per call | unknown |