{
    "content": {
        "text": "AI SENSE Free Public MCP Server\n\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.\n\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.\n\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.\n\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.\n\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.\n\nDocumentation for the tool list and client configuration examples is published at https:\/\/aisense.no\/free-public-mcp-server.",
        "summary": "AI SENSE provides a free, public Model Context Protocol (MCP) server that requires no registration. It offers nine curated tools (human approval, webhook capture, temporary storage, URL shortening, current time, identifier generation, etc.), supports protocol revisions 2025-03-26 and 2026-07-28, enforces a 5000‑request per IP daily limit, and automatically expires stored data after 24 hours. Documentation is available online.",
        "keywords": [
            "AI SENSE",
            "MCP server",
            "public API",
            "toolset",
            "human approval",
            "protocol revisions",
            "rate limit",
            "temporary storage",
            "URL shortening",
            "documentation"
        ],
        "entities": {
            "organization": "AI SENSE AS",
            "service_name": "Free Public MCP Server",
            "base_url": "https:\/\/aisenseapi.com\/mcp",
            "documentation_url": "https:\/\/aisense.no\/free-public-mcp-server",
            "protocol_versions": [
                "2025-03-26",
                "2026-07-28"
            ],
            "tools": [
                "human approval",
                "webhook capture",
                "temporary storage",
                "URL shortening",
                "current time",
                "identifier generation"
            ],
            "rate_limit": "5000 requests per IP per 24 hours",
            "data_expiration": "24 hours"
        },
        "links": [
            "https:\/\/aisenseapi.com\/mcp",
            "https:\/\/aisense.no\/free-public-mcp-server",
            "https:\/\/data.aisenseapi.com\/content\/2026\/08\/20\/content_1787229008_2b3a0e257177_posttext.txt"
        ],
        "structured_data": [
            {
                "name": "Human Approval",
                "description": "Posts a form definition, sends the form URL to a person, and polls a result URL until an answer is received."
            },
            {
                "name": "Webhook Capture",
                "description": "Captures and inspects inbound webhook payloads."
            },
            {
                "name": "Temporary Storage",
                "description": "Stores a value temporarily for later retrieval by another step or machine."
            },
            {
                "name": "URL Shortening",
                "description": "Generates a shortened URL for a given long URL."
            },
            {
                "name": "Current Time",
                "description": "Returns the current server time."
            },
            {
                "name": "Identifier Generation",
                "description": "Generates unique identifiers."
            }
        ]
    },
    "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 a 5000‑request per IP daily limit and 24‑hour data expiration.",
        "version": "2026-07-28"
    },
    "ai_meta": {
        "token_est": 150,
        "chars": 950,
        "crawler_hint": "tech-article",
        "richness_score": 0.82,
        "embedding_ready": true,
        "provider": "ollama",
        "model": "gpt-oss:120b",
        "expires": "2027-02-16T13:30:08+01:00"
    },
    "reasoning": "The source describes a technical service (a free public Model Context Protocol server) with details about its capabilities, supported protocol revisions, usage limits, and documentation links. This matches the TechArticle schema, which captures title, technical specifications, and version information. The content field includes cleaned text, a concise summary, relevant keywords, extracted entities, useful links, and a structured list of the nine tools offered. The structure object follows schema.org conventions for a TechArticle. Metadata estimates token count, character count, provides a crawler hint, a richness score based on content depth, and marks the data as ready for embedding."
}