npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@incodetech/incode-idv-mcp

v1.0.5

Published

An MCP server implementation that integrates with the Incode IDV service, providing identity verification tools for AI assistants.

Readme

Incode IDV MCP Server

npm version License: MIT MCP

Powered by Incode Technologies — Global Leader in Identity Verification


Brand notice: The Incode name and logo are trademarks of Incode.
© Incode. All rights reserved. Not covered by this project's open-source license.

About

An MCP (Model Context Protocol) server that integrates Incode's identity verification into AI assistants like Claude. Enable your AI to generate verification links, check session status, retrieve scores, and manage authentication tokens — all through natural language.


🛠️ Available Tools

The server provides five powerful tools for complete identity verification workflows:

| Tool | Description | Key Parameters | Returns | |------|-------------|----------------|---------| | generate_interview_link | Create a new verification session | None (backend configured) | Interview ID & URL | | get_interview_status | Check session progress | interviewId | Status & progress info | | get_interview_score | Get verification results | interviewId | Score & detailed results | | get_interview_token | Get JWT token on successful interview (15 min TTL) | interviewId | JWT access token | | validate_token | Verify token validity | token | Validation result & claims |

🔗 generate_interview_link

Create a new identity verification session.

  • Inputs: None (all values are configured on the backend)
  • Returns: Interview ID and verification URL

📍 get_interview_status

Check the current status of an identity verification session.

  • Inputs:
    • interviewId (string): The interview ID returned from generate_interview_link
  • Returns: Current status and progress information

📊 get_interview_score

Retrieve verification results and score for a completed session.

  • Inputs:
    • interviewId (string): The interview ID returned from generate_interview_link
  • Returns: Verification result, score, and detailed information

🔑 get_interview_token

Get JWT token directly for successfully completed interviews (15-minute TTL).

  • Inputs:
    • interviewId (string): The interview ID returned from generate_interview_link
  • Returns: JWT access token and metadata

✅ validate_token

Validate JWT token and return claims.

  • Inputs:
    • token (string): JWT token to validate
  • Returns: Validation result and token claims if valid

🔄 Verification Workflow

The typical identity verification workflow is straightforward and powerful:

graph LR
    A[🔗 Generate Link] --> B[📍 Check Status]
    B --> C[📊 Get Score]
    C --> D[🔑 Get JWT Token]
    D --> E[✅ Validate Token]
    style B stroke-dasharray: 5 5
    style C stroke-dasharray: 5 5

Step-by-Step Process

| Step | Action | Tool | Purpose | |------|--------|------|---------| | 1️⃣ | Generate Link | generate_interview_link | Create verification URL for user | | 2️⃣ | Check Status | get_interview_status | Monitor completion progress | | 3️⃣ | Get Score | get_interview_score | Retrieve verification results | | 4️⃣ | Get Interview JWT Token | get_interview_token | Obtain JWT token when succesful interview with results (15 min TTL) | | 5️⃣ | Validate Token | validate_token | Verify JWT token is from valid interview |


🚀 Quick Start

1️⃣ Get Your API Key - 🔑

  1. Visit https://mcp-playground.labs.incode.com/
  2. Sign up for an account
  3. Verify your email and retrieve your API KEY

2️⃣ Install & Configure

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "incode-idv": {
      "command": "npx",
      "args": ["-y", "@incodetech/incode-idv-mcp"],
      "env": {
        "API_KEY": "YOUR_API_KEY_HERE"
      }
    }
  }
}

💡 Tip: Replace YOUR_API_KEY_HERE with your actual API key from step 1

3️⃣ Configure Claude Desktop

  1. Open Claude Desktop App
  2. Navigate to Settings ⚙️
  3. Go to Developer tab
  4. Click Edit Config
  5. Add the configuration above with your API_KEY
  6. Restart Claude Desktop to load the new MCP server. Ensure MCP server is enabled.

4️⃣ Verify Installation ✅

After restarting Claude Desktop, ask Claude:

"Can you generate an identity verification link?"

If configured correctly, Claude will use the MCP server to create a verification session! 🎉


🔧 Troubleshooting

Having issues? Here's how to get back on track:

🐛 Common Issues

🔍 Debugging Tools

For advanced debugging and troubleshooting:

💬 Get Help


📄 License

This project is licensed under the MIT License — free to use, modify, and distribute.

See the LICENSE file for full details.


Developed by Incode Technologies

WebsiteDocumentationGitHubnpmOther Docs

Incode

Transforming identity verification with AI-powered solutions