Talandor
Public MCP report

LoopingAgent

https://loopingagent.com/api/mcp

Official Registry

Official Registry · com.loopingagent/loopingagent-mcp · Publisher: com.loopingagent

Last observed

Usable now
Can I use it?

Usable now

A public MCP contract was observed. Add the endpoint to a compatible client below. A Watch can alert you if this contract changes.

https://loopingagent.com/api/mcp
Tools9
AuthNo authentication challenge observed
Protocol2025-11-25
EvidencePublic contract observed
Latency6881 ms

See the measured evidence

Client fit

Compatibility is inferred from published configuration rules and is not manually verified in each client.

Claude
Observed 2025-11-25.
Likely compatible · inferred
Cursor
Streamable HTTP and public HTTPS were observed.
Likely compatible · inferred
ChatGPT
Public tool names, descriptions and schemas were observed. Plan and workspace access still apply.
Likely compatible · inferred
VS Code
Public remote HTTP configuration can be assessed.
Likely compatible · inferred
Generic MCP
Observed 2025-11-25.
Likely compatible · inferred
Show compatibility evidence

Rule evidence: Remote HTTPS rule v0.2 · reviewed 2026-09-12 · Remote HTTP rule v0.2 · reviewed 2026-09-12 · Remote app rule v0.2 · reviewed 2026-09-12 · Protocol and transport rule v0.2 · reviewed 2026-09-12

What changed

Public contract stable since
Last compared · No semantic contract change since the previous complete snapshot.
Info
list_projects restricted the allowed values for status
· critical · high confidence · list_projects · Rule: input-enum-restricted
Critical

A Watch would alert only if this change may affect the selected client.

Show 1 quieter observation
Public contract stable since
Last compared · No semantic contract change since the previous complete snapshot.
Info
Evidence and limitations

Method: anonymous Streamable HTTP probe. We never invoke a tool.

Attempted protocols: 2026-07-28, 2025-11-25

Protocol2025-11-25
TransportStreamable HTTP
AuthNo authentication challenge observed
EvidencePublic contract observed
Total latency6881 ms
Response bytes4376

No diagnostic errors.

Server-provided content. Tool names, descriptions and schemas below are copied from the MCP server. They may be in another language. Talandor does not translate or verify them.
Tools and declared exposure

Server annotations are declarations, not verified behavior.

Show 9 of 9 server-provided tool definitions
book_call
No effect details provided
Show server-provided details
Server description (copied; language not verified)
Get the booking link to schedule a free 30-minute call with Laurent Knauss (Cal.com). The agent should present this link to the user so they can pick a slot. Optional topic hint is allowed but the actual slot selection happens on Cal.com.
Input schema (server-provided preview — do not copy)
{
  "type": "object",
  "properties": {
    "topic": {
      "type": "string",
      "description": "Optional topic for the call (e.g. 'agentic AI project')."
    }
  }
}
get_article
No effect details provided
Show server-provided details
Server description (copied; language not verified)
Get a single article from loopingagent.com: metadata (category, description, cover, canonical URL), the FULL plain-text content (so the agent can quote and cite it accurately) and 3 related articles. Use list_articles or search_articles first to find the slug.
Input schema (server-provided preview — do not copy)
{
  "type": "object",
  "required": [
    "slug"
  ],
  "properties": {
    "slug": {
      "type": "string",
      "description": "Article slug. Ex: browser-automation, agentic-commerce-protocol, langgraph-generative-ui"
    },
    "include_content": {
      "type": "boolean",
      "description": "Include the full article text (default: true). Set to false for metadata only, which is cheaper."
    }
  }
}
get_profile
No effect details provided
Show server-provided details
Server description (copied; language not verified)
Full professional profile of Laurent Knauss: title, location, availability, contact email, social profiles (GitHub, LinkedIn, X), certifications, and Cal.com booking link. Use this first to understand who he is and how to reach him.
Input schema (server-provided preview — do not copy)
{
  "type": "object",
  "properties": {}
}
get_project
No effect details provided
Show server-provided details
Server description (copied; language not verified)
Full details of one project shipped by Laurent Knauss: positioning, complete description, tech stack, live URL and status. Use list_projects first for the exact names.
Input schema (server-provided preview — do not copy)
{
  "type": "object",
  "required": [
    "name"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "Project name. Ex: AgentRecruteur, BullionRadar, ActionArgent, StreetBodies, VersatileAgent"
    }
  }
}
get_skill
No effect details provided
Show server-provided details
Server description (copied; language not verified)
Laurent Knauss' technical skills, grouped by domain (Agentic AI, RAG & Voice AI, Software engineering & Cloud, Automation & tooling). Each skill has a label and an optional short detail. Use this to assess fit for AI/agentic development roles.
Input schema (server-provided preview — do not copy)
{
  "type": "object",
  "properties": {}
}
list_articles
No effect details provided
Show server-provided details
Server description (copied; language not verified)
List articles published on loopingagent.com (English technical blog: agentic AI, MCP, LangGraph, TypeScript, blockchain). Returns slug, title, category and description for each. Use search_articles to find articles on a topic, and get_article to read one in full.
Input schema (server-provided preview — do not copy)
{
  "type": "object",
  "properties": {
    "limit": {
      "type": "number",
      "description": "Maximum number of articles to return (default: all of them)."
    },
    "category": {
      "enum": [
        "agentic-ai",
        "blockchain"
      ],
      "type": "string",
      "description": "Filter articles by category."
    }
  }
}
list_categories
No effect details provided
Show server-provided details
Server description (copied; language not verified)
List the loopingagent.com article categories with their article counts and slugs. Use it to browse the blog by theme (Agentic AI, blockchain) before fetching an article.
Input schema (server-provided preview — do not copy)
{
  "type": "object",
  "properties": {}
}
list_projects
No effect details provided
Show server-provided details
Server description (copied; language not verified)
Projects built and shipped by Laurent Knauss (agentic AI products and full-stack web apps), with domain, live status, one-line positioning and tech stack. Use it to assess his delivery track record — get_project returns the full description.
Input schema (server-provided preview — do not copy)
{
  "type": "object",
  "properties": {
    "status": {
      "enum": [
        "live",
        "oss"
      ],
      "type": "string",
      "description": "Filter by status: live (deployed in production) or oss (open source, not deployed)."
    },
    "category": {
      "enum": [
        "ai",
        "web"
      ],
      "type": "string",
      "description": "Filter by project family: ai (agentic AI) or web."
    }
  }
}
search_articles
No effect details provided
Show server-provided details
Server description (copied; language not verified)
Full-text search across every article on loopingagent.com (title, description and body text). Returns the most relevant matches with a snippet of the matching passage, ranked by relevance. Use this to find an article to quote or cite on a topic — ex. 'ERC-4337 paymaster', 'Golang pointers', 'evaluating LLM applications', 'MCP server'.
Input schema (server-provided preview — do not copy)
{
  "type": "object",
  "required": [
    "query"
  ],
  "properties": {
    "limit": {
      "type": "number",
      "description": "Maximum number of results (default: 5, max: 20)."
    },
    "query": {
      "type": "string",
      "description": "Search terms (keywords, topic or technology). Multi-word queries are scored per term."
    },
    "category": {
      "enum": [
        "agentic-ai",
        "blockchain"
      ],
      "type": "string",
      "description": "Restrict the search to one category."
    }
  }
}

How to use this MCP

Talandor checks the server; it does not connect the server to your assistant.

Choose your client below, then copy the endpoint or configuration. Authentication is completed with the MCP provider, never inside Talandor.

Open the official client guide (opens in a new tab)
Observation history
Operational
· stable since
2025-11-25 · 9 tools · no change · 11 checks
Operational
· stable since
2025-11-25 · 9 tools · no change · 4 checks
Operational
2025-11-25 · 9 tools
Complete public contract · 2025-11-25 · 9 tools
d67c8991c903
Complete public contract · 2025-11-25 · 9 tools
cc41ab971852
Complete public contract · 2025-11-25 · 9 tools
cc41ab971852

Deep monitoring eligibility

Eligible for deep monitoring

A complete public tools/list contract was observed, so a future deep-monitoring baseline can be compared safely.

Personal Watch is not open yet. This report does not start a Watch or a payment.

See public monitoring
Watch · 9 €/month

Watch this MCP

Your agent depends on this MCP. We tell you before a change breaks it.

  • Know when it goes downWe confirm an outage before we alert you, so a single failed check is not treated as a lasting outage.
  • Know when its contract changesWe compare complete public tool catalogs and authentication surfaces over time.
  • Know what changed and what to fixAn alert names the change and the next step for the client you selected.

Full public-contract coverage: Availability, protocol, auth and public tool contract changes can be compared.

Full WatchAvailability, protocol, auth and public tool contract changes
Surface WatchAvailability, TLS, protocol and auth surface — no private tool diff

When Watch is open, you will be able to add, pause, resume, replace, or remove up to five endpoints. Watch checkout is not open. This page does not start a payment. You can sign in from the header; that creates an account, not a Watch. Opening date: not announced yet. Hosted checkout remains closed.

See Watch price, terms and refunds