{
    "content": {
        "text": "AI SENSE Free Public MCP Server\nAI SENSE AS operates a free, public Model Context Protocol server at https:\/\/aisenseapi.com\/mcp. It requires no account, no API key and no registration. An AI agent can connect to it directly over streamable HTTP and begin calling tools immediately.\nThe server exposes nine curated tools drawn from the company's free public REST API collection. They cover the operations agents most often need from the outside world: requesting a decision from a human and waiting for the answer, capturing and inspecting an inbound webhook, storing a value temporarily so a later step or a different machine can retrieve it, shortening a URL, reading the current time, and generating identifiers.\nThe human approval tool is the one that changes what an agent can safely do. An automated pipeline that reaches a decision requiring judgement posts a form definition, receives a form URL and a result URL, sends the form URL to a person by email or chat, and polls the result URL until the status changes from pending to answered. No backend, no queue and no infrastructure of the agent's own is needed for that pattern.\nThe server implements both the 2025-03-26 and the 2026-07-28 protocol revisions, including the stricter header and metadata requirements the newer revision adds. It is listed in the official MCP Registry as com.aisenseapi\/free-public-tools.\nEverything stored through the tools expires after 24 hours, and the service-wide limit is 5000 requests per IP address per 24 hours. There is no paid tier and no upsell: the collection exists because utility endpoints of this kind are useful and are usually locked behind sign-up forms.\nDocumentation for the tool list and client configuration examples is published at https:\/\/aisense.no\/free-public-mcp-server.",
        "summary": "AI SENSE AS provides a free, public Model Context Protocol (MCP) server with nine curated tools, no registration, and support for the 2025-03-26 and 2026-07-28 protocol revisions. Data expires after 24 hours and usage is limited to 5,000 requests per IP per day.",
        "keywords": [
            "AI SENSE",
            "MCP",
            "public API",
            "free tools",
            "protocol revision",
            "usage limits",
            "documentation"
        ],
        "entities": {
            "organization": "AI SENSE AS",
            "service_url": "https:\/\/aisenseapi.com\/mcp",
            "documentation_url": "https:\/\/aisense.no\/free-public-mcp-server",
            "protocol_versions": [
                "2025-03-26",
                "2026-07-28"
            ],
            "registry_identifier": "com.aisenseapi\/free-public-tools"
        },
        "links": [
            "https:\/\/data.aisenseapi.com\/content\/2026\/08\/20\/content_1787232550_21fd40d6d039.rtf"
        ],
        "structured_data": {
            "tool_count": 9,
            "tools": [
                "human decision request",
                "webhook capture & inspection",
                "temporary value storage",
                "URL shortening",
                "current time retrieval",
                "identifier generation"
            ],
            "expiration": "24 hours",
            "request_limit_per_ip_per_day": 5000
        }
    },
    "structure": {
        "@context": "https:\/\/schema.org",
        "@type": "TechArticle",
        "title": "AI SENSE Free Public MCP Server",
        "technical_specification": "Free public Model Context Protocol server exposing nine curated tools, supporting protocol revisions 2025-03-26 and 2026-07-28, with 24‑hour data expiration and a limit of 5,000 requests per IP per day.",
        "version": "2026-07-28"
    },
    "ai_meta": {
        "token_est": 340,
        "chars": 1248,
        "crawler_hint": "tech",
        "richness_score": 0.82,
        "embedding_ready": true,
        "provider": "ollama",
        "model": "gpt-oss:120b",
        "expires": "2027-02-16T14:29:10+01:00"
    },
    "reasoning": "The passage describes a technical service (a free public Model Context Protocol server) with specifications, supported protocol versions, usage limits, and documentation links. This matches the TechArticle schema, so the JSON includes title, technical specification, and version under the @type TechArticle. The content section provides cleaned text, a concise summary, extracted keywords, identified entities, a link to the original source, and a simple structured_data object summarizing the tool set and limits. AI metadata estimates token count, character count, and other hints for downstream processing."
}