mcpserver.lol
registry/free-public-tools
Connection check verified live · 20h ago

free-public-tools

Ten public workflow tools with durable Agent Wake tasks and a read-only Verifyum product resource.

Tools 10
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 20h ago

Tools & capabilities

10 tools

Read from the running server on 20h ago.

create_agent_wake titleoptionswake_atallow_noteevent_type*description +2
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 continue after an outside…
create_human_approval title*optionsallow_notedescription
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 for reading the repl…
create_webhook_capture
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 third party service actu…
generate_uuid read-only
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 across systems, a fi…
get_current_time read-only timezone
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 a record, computing…
read_human_approval read-only action_id*
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 answered does NOT me…
read_temporary_data read-only storage_id*
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 is unknown or if the…
read_webhook_capture read-only capture_id*
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 sender fires and is NOT a…
shorten_url long_url*
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 in front of a person…
store_temporary_data data*
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 script, a webhook recei…