{"audit":{"version":"1.4","generated_at":"2026-08-19T18:34:05.055043+00:00","generated_by":"Agenstry","report_url":"https://agenstry.com/agents/www.flamel.ai","methodology_url":"https://agenstry.com/methodology","verifier_jwks_url":"https://agenstry.com/.well-known/jwks.json","subject":{"domain":"www.flamel.ai","name":"Flamel Public Content Agent","url":"https://www.flamel.ai/.well-known/agent-card.json"}},"identity":{"provider":{"organization":"Flamel","url":"https://www.flamel.ai"},"registry_verification":null,"signature":{"signed":false,"signature_valid":null}},"protocol":{"version":"1.0","supports_streaming":false,"supports_push_notifications":false},"operational":{"live_state":"no_url","live_responds":null,"last_status_code":200,"last_elapsed_ms":354,"last_error":null},"track_record":{"first_seen":"2026-08-10T09:38:56.991638+00:00","last_checked":"2026-08-19T08:10:39.777352+00:00","last_seen_ok":"2026-08-19T08:10:39.777352+00:00","checks_total":18,"checks_ok":18,"uptime_pct":100.0,"archived":false,"archived_reason":null},"conformance":{"score":56,"grade":"D","summary":"D-grade: significant issues, auth-gated, partially broken, or stale.","criteria":[{"key":"valid_card","label":"Valid AgentCard","points":10,"max_points":10,"status":"pass","detail":"Parseable AgentCard returned by the well-known endpoint (Agenstry readiness signal; not an official TCK certification)."},{"key":"live_responds","label":"Live JSON-RPC","points":2,"max_points":25,"status":"fail","detail":"Card is valid but has no .url field."},{"key":"protocol_version","label":"Protocol version","points":10,"max_points":10,"status":"pass","detail":"Declares A2A 1.0 with supportedInterfaces[] (current v1 card shape)."},{"key":"signature","label":"JWS signature","points":0,"max_points":10,"status":"info","detail":"Card is unsigned (most published agents are)."},{"key":"uptime","label":"Uptime track record","points":15,"max_points":15,"status":"pass","detail":"18/18 probes succeeded (100% uptime)."},{"key":"skills","label":"Skill declaration","points":10,"max_points":10,"status":"pass","detail":"Declares 9 skills with structured metadata."},{"key":"verified_identity","label":"Verified Identity","points":5,"max_points":10,"status":"partial","detail":"Provider declared: Flamel (https://www.flamel.ai). Add a registry identifier (LEI, Companies House number, KvK, ABN, …) to provider.legalEntity for full verified-business credit."},{"key":"freshness","label":"Freshness + modern flags","points":4,"max_points":5,"status":"pass","detail":"seen in upstream source within 0d"},{"key":"security","label":"Security declaration","points":0,"max_points":5,"status":"info","detail":"Neither securitySchemes nor securityRequirements declared — how to authenticate is unstated."}]},"card_read":{"findings":[],"clean":true,"source_url":"https://www.flamel.ai/.well-known/agent-card.json"},"skills":[{"id":"get_company_overview","name":"Get company overview","description":"Get a structured overview of Flamel: what the product does, who it is for, the solution areas, key links, and how to contact sales or start a trial. Start here if you know nothing about Flamel.","tags":["flamel","marketing","multi-location","franchise"],"examples":[],"inputModes":["text/plain"],"outputModes":["text/markdown","application/json"],"inputSchema":{"type":"object","properties":{},"additionalProperties":false}},{"id":"search_flamel_content","name":"Search Flamel content","description":"Full-text search across Flamel's published blog posts, case studies, and FAQ entries. Use this first when you do not already know which page answers the question.","tags":["flamel","marketing","multi-location","franchise"],"examples":[],"inputModes":["text/plain"],"outputModes":["text/markdown","application/json"],"inputSchema":{"type":"object","properties":{"query":{"type":"string","description":"Search terms, e.g. \"franchise Google Ads playbooks\"."},"limit":{"type":"integer","description":"Maximum results per content type (1-25). Defaults to 5.","minimum":1,"maximum":25}},"required":["query"],"additionalProperties":false}},{"id":"list_blog_posts","name":"List blog posts","description":"List published Flamel blog posts, newest first. Optionally filter by category. Returns titles, URLs, summaries, and publish dates, not full bodies.","tags":["flamel","marketing","multi-location","franchise"],"examples":[],"inputModes":["text/plain"],"outputModes":["text/markdown","application/json"],"inputSchema":{"type":"object","properties":{"category":{"type":"string","description":"Category name, e.g. \"Social Media\", \"Strategy\", \"Paid Advertising\", \"AI & Automation\". Omit for all categories."},"limit":{"type":"integer","description":"How many posts to return (1-50). Defaults to 10.","minimum":1,"maximum":50},"page":{"type":"integer","description":"Page number for pagination. Defaults to 1.","minimum":1}},"additionalProperties":false}},{"id":"get_blog_post","name":"Get a blog post","description":"Fetch the full body of one published Flamel blog post as Markdown, by slug.","tags":["flamel","marketing","multi-location","franchise"],"examples":[],"inputModes":["text/plain"],"outputModes":["text/markdown","application/json"],"inputSchema":{"type":"object","properties":{"slug":{"type":"string","description":"Post slug, e.g. \"franchise-social-media-strategy\". The last path segment of /blog/<slug>."}},"required":["slug"],"additionalProperties":false}},{"id":"list_blog_categories","name":"List blog categories","description":"List the blog categories available for filtering `list_blog_posts`.","tags":["flamel","marketing","multi-location","franchise"],"examples":[],"inputModes":["text/plain"],"outputModes":["text/markdown","application/json"],"inputSchema":{"type":"object","properties":{},"additionalProperties":false}},{"id":"list_case_studies","name":"List case studies","description":"List published Flamel customer case studies with their headline results.","tags":["flamel","marketing","multi-location","franchise"],"examples":[],"inputModes":["text/plain"],"outputModes":["text/markdown","application/json"],"inputSchema":{"type":"object","properties":{},"additionalProperties":false}},{"id":"get_case_study","name":"Get a case study","description":"Fetch one Flamel case study by slug: the challenge, the solution, the results, and customer quotes.","tags":["flamel","marketing","multi-location","franchise"],"examples":[],"inputModes":["text/plain"],"outputModes":["text/markdown","application/json"],"inputSchema":{"type":"object","properties":{"slug":{"type":"string","description":"Case study slug, the last path segment of /case-studies/<slug>."}},"required":["slug"],"additionalProperties":false}},{"id":"list_faqs","name":"List FAQs","description":"List published Flamel FAQ entries: platform capabilities, pricing model, onboarding, integrations, and security. Good for direct factual questions about the product.","tags":["flamel","marketing","multi-location","franchise"],"examples":[],"inputModes":["text/plain"],"outputModes":["text/markdown","application/json"],"inputSchema":{"type":"object","properties":{"category":{"type":"string","description":"Optional FAQ category filter."},"limit":{"type":"integer","description":"How many entries to return (1-100). Defaults to 50.","minimum":1,"maximum":100}},"additionalProperties":false}},{"id":"list_testimonials","name":"List testimonials","description":"List published customer testimonials about Flamel, with the author name, title, and company.","tags":["flamel","marketing","multi-location","franchise"],"examples":[],"inputModes":["text/plain"],"outputModes":["text/markdown","application/json"],"inputSchema":{"type":"object","properties":{"featured":{"type":"boolean","description":"Return only featured testimonials. Defaults to false."},"limit":{"type":"integer","description":"How many to return (1-50). Defaults to 10.","minimum":1,"maximum":50}},"additionalProperties":false}}],"provenance":[{"source":"mcp_registry","first_seen":"2026-08-10T09:38:56.991638+00:00"}],"recent_probes":[{"fetched_at":"2026-08-19T08:10:39.777352+00:00","ok":true,"status_code":200,"error":null,"elapsed_ms":354,"live_responds":null},{"fetched_at":"2026-08-18T17:41:22.518010+00:00","ok":true,"status_code":200,"error":null,"elapsed_ms":202,"live_responds":null},{"fetched_at":"2026-08-18T06:51:55.124556+00:00","ok":true,"status_code":200,"error":null,"elapsed_ms":217,"live_responds":null},{"fetched_at":"2026-08-18T01:02:05.034638+00:00","ok":true,"status_code":200,"error":null,"elapsed_ms":247,"live_responds":null},{"fetched_at":"2026-08-17T06:00:21.512516+00:00","ok":true,"status_code":200,"error":null,"elapsed_ms":251,"live_responds":null},{"fetched_at":"2026-08-16T18:04:47.263279+00:00","ok":true,"status_code":200,"error":null,"elapsed_ms":265,"live_responds":null},{"fetched_at":"2026-08-16T07:01:21.111645+00:00","ok":true,"status_code":200,"error":null,"elapsed_ms":218,"live_responds":null},{"fetched_at":"2026-08-16T02:37:39.658147+00:00","ok":true,"status_code":200,"error":null,"elapsed_ms":252,"live_responds":null},{"fetched_at":"2026-08-15T08:58:20.701678+00:00","ok":true,"status_code":200,"error":null,"elapsed_ms":234,"live_responds":null},{"fetched_at":"2026-08-14T23:36:32.804441+00:00","ok":true,"status_code":200,"error":null,"elapsed_ms":232,"live_responds":null}],"catalog_attestation":null,"operator_revenue_evidence":{"evidence_class":"operator_submitted","authenticity":{"rung":"no_operator_evidence","rank":0,"why":"No verifiable operator evidence has been submitted for this agent.","thresholds":{"min_independent_payers":3,"min_verified_usd":25.0},"engine_table":"agent_authenticity","merge_rule":"max(existing_rank, rank)"},"metric_metadata":{"provenance":"operator_submitted_evidence","confidence":"attested","coverage":{"numerator":0},"as_of":"2026-08-19T18:34:05.061940+00:00","definition":"Revenue proofs submitted by the verified owner and re-checked by Agenstry against the settlement chain or the operator's own Stripe account. Only independently confirmed proofs are counted."},"counts":{"retained":0,"verified":0,"unverifiable":0},"verified":{"gross_usd":0.0,"transactions":0,"independent_payers":0},"detail_url":"https://agenstry.com/api/agents/www.flamel.ai/evidence","dispute_url":"https://agenstry.com/agents/www.flamel.ai/dispute"},"verification_history":[],"signatures":[{"protected":"eyJhbGciOiJFUzI1NiIsImprdSI6Imh0dHBzOi8vYWdlbnN0cnkuY29tLy53ZWxsLWtub3duL2p3a3MuanNvbiIsImtpZCI6ImFnZW50ZmluZGVyLWVzMjU2LTEiLCJ0eXAiOiJKT1NFIn0","signature":"6IPHe2EOfA4UjhorSGTamyQnYll6FN_RSePNg_BaoNB2A2Z95SHKoLe3TcKH4iGJJ6fQNlzVJhdZHvo30xv5cw"}]}