2 pointsby richardwong112 hours ago2 comments
  • richardwong13 hours ago
    Hi — happy to answer questions.

    This MCP server lets AI assistants query official company registries in real time. Every call goes directly to the statutory source rather than a cached dataset.

    If anyone is building AI agents for due diligence / KYC / research, I'd love to hear what workflows you’d want supported.

    New to MCP dev, great if any feedback or suggestion.

  • richardwong13 hours ago
    Example workflow:

    Prompt: "Find directors of Monzo Bank and show their other appointments."

    Claude calls:

    search_companies → get_officers → get_officer_appointments

    This turns one company search into a full director network map.