mcpbeat Sign in

AI SENSE Free Public Tools MCP Server

by aisenseapi Your server? Claim it
answering

AI SENSE Free Public Tools is answering right now. Last checked 6 min ago. It exposes 10 tools. Last commit 1 Sep 2026.

Public MCP tools for approvals, webhooks, temporary storage, short links, time and UUIDs.

Uptime history 15 days of history · worst day 99%
15 days agonow
100.0%
Uptime 24h
91 of 91 checks
10
Tools
read from the server
146 ms
Response time
average over 24h
0
Stars
last commit 1 Sep 2026

What the code does

We read the source, 13 h ago · tools taken from the live server · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Sends data to a third-party sink aisense-api.js:112
  async #requestBinary(path, body) {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 6 min ago.

run in your terminal
claude mcp add free-public-tools --transport http https://aisenseapi.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "free-public-tools": {
      "url": "https://aisenseapi.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.free-public-tools]
url = "https://aisenseapi.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "free-public-tools": {
      "url": "https://aisenseapi.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "free-public-tools": {
      "url": "https://aisenseapi.com/mcp"
    }
  }
}

Available tools 10

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

human
create_human_approval
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 reply. Use it to get sign off before an irreversible or costly step, or when a policy requires a named human to approve. The point of difference: the approver does not have to be the person operating this client - it can be a manager, a customer or a colleague on another device, in another country, and they need no account and no login to answer. No API key, no account and no sign up: call it directly. Poll for the reply with read_human_approval. The form expires 24 hours after creation, so it does not suit a decision that can wait longer than that.
read_human_approval
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 mean approved: it means a reply arrived, and which option they picked is inside the response field, so read it before acting. Pending simply means nobody has answered yet - poll again after a pause. This is an immediate check, not a blocking wait, and the request expires 24 hours after it was created. No API key, no account and no sign up: call it directly.
webhook
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 actually transmits, instead of trusting their documentation, and to prove that an integration fired at all. No API key, no account and no sign up: call it directly. Takes no parameters. Returns update_url to hand to the sender, read_url for a browser, a capture_id for read_webhook_capture, and an expire_timestamp 24 hours out. Whatever is sent becomes publicly readable, so do not point a production webhook carrying real data at it.
read_webhook_capture
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 failure: call again after a pause rather than treating it as an error or giving up. This is an immediate poll, not a blocking wait. An id that was never issued also reads as pending, so stop polling once the expire_timestamp from create_webhook_capture has passed. No API key, no account and no sign up: call it directly.
agent
create_agent_wake
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 event without holding one HTTP request open. The task lasts from 60 seconds to 24 hours. Webhook bodies and human answers are readable by anyone holding the task URL, so do not send secrets, credentials or personal data.
current
get_current_time
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 an age or a deadline, deciding whether something has expired - because a language model has no clock and will otherwise guess a date from its training data. No API key, no account and no sign up: call it directly. The timezone parameter accepts an IANA name or a fixed UTC offset and defaults to UTC.
generate
generate_uuid
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 filename - rather than inventing a string yourself, which is not random and tends to repeat across runs. Takes no parameters and returns a single lowercase hyphenated UUID. No API key, no account and no sign up: call it directly.
shorten
shorten_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. No API key, no account and no sign up: call it directly. The link stops working 24 hours after creation, so do not use it for anything that must survive longer than a day; it is for handoffs inside a task, not for publishing.
store
store_temporary_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 receiver or a later run, when there is no shared filesystem and no database between you. No API key, no account and no sign up: call it directly. Anyone holding the URL can read it, so never store secrets, credentials or personal data. The value disappears 24 hours after it is written. Read it back with read_temporary_data, passing the storage_id.
temporary
read_temporary_data
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 24 hour lifetime has already passed, so treat a failure as expired or never written rather than as a temporary fault worth retrying. No API key, no account and no sign up: call it directly.

Tools removed

These were exposed before and are gone now. No other catalogue tracks this.

verifyum_anchor_commitment
removed 31 Aug 2026
verifyum_get_proof
removed 31 Aug 2026
verifyum_verify_public_proof
removed 31 Aug 2026

Endpoints

URLTransportStateLatencyChecked
https://aisenseapi.com/mcp streamable-http answering 64 ms 6 min ago

Alternatives to AI SENSE Free Public Tools

same job, measured the same way
Resistance Tools
by tonresistor

MCP tools for TON Sites, TON DNS and TON Storage.

46 tools answering
A
File Storage
by b77

Upload files and get public CDN links in chat.

answering
A
raccha.ai
by raccha

MCP-first toolbox for agents: KV storage, auth, queue, and utility tools. Free in early access.

51 tools answering
MCP Upload
by objekt

Public file storage for AI agents. Upload files and get a permalink back.

34 installs/wk local only
Basicdeploy MCP
by akacianl

The runtime your agent deploys to — DB, storage, and a public URL in one MCP call.

96 installs/wk local only
Mnemex
by simplemindedbot

Temporal memory for AI with decay and reinforcement. Two-layer storage (JSONL + Markdown).

60 installs/wk local only
Cognos Session Memory
by base76-research-lab

CognOS trust scoring (C=p·(1-Ue-Ua)) and session trace storage as MCP tools.

62 installs/wk local only
AIStorageDepot
by aistoragedepot-admin

Prompt, rules, skills & docs library over MCP. No token = read-only sample of the public library.

65 installs/wk local only

AI SENSE Free Public Tools — questions

Answers built from our own checks of this server.

What can AI SENSE Free Public Tools do?
It exposes 10 tools, read directly from the server on our last check. Among them: create_agent_wake, create_human_approval, create_webhook_capture, generate_uuid, get_current_time, read_human_approval and 4 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is AI SENSE Free Public Tools mostly used for?
Its tools cluster around webhook and human. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is AI SENSE Free Public Tools working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 146 ms. The bar chart above shows every period we have measured.
Did AI SENSE Free Public Tools ever remove tools?
Yes. verifyum_anchor_commitment, verifyum_get_proof, verifyum_verify_public_proof are no longer exposed — we recorded the date each one disappeared. A tool vanishing usually means a breaking change for anything that depended on it.
How do I connect AI SENSE Free Public Tools?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does AI SENSE Free Public Tools need an API key?
No. AI SENSE Free Public Tools completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 10 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is AI SENSE Free Public Tools?
It answers our handshake in 146 ms on average, which is faster than 81% of all working MCP servers we measure. That puts it in the quick quarter of the ecosystem. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is AI SENSE Free Public Tools open source?
Yes — it is published under the MIT licence, written in HTML, 0 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.