mcp-server-jis
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-server-jisverify identity jis:humotica.com:jasper"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-server-jis
The Intent-Centric Web: MCP Server for jis: bilateral intent identity.
"The web was built for documents. Then it evolved for applications. Now it must evolve for intent — where every interaction begins with 'why'."
Part of the HumoticaOS ecosystem.
What is jis:?
jis: is the first DID (Decentralized Identifier) method implementing bilateral intent verification. Unlike traditional identity systems where anyone can look up your information, jis: requires mutual consent before any identity exchange.
Traditional DID:
Requester → resolve(did:web:example.com) → DID Document
Anyone can resolve. No consent needed.jis:
Requester → intent request → Subject accepts → DID Document
No resolution without mutual consent.📄 Full Specification: DOI: 10.5281/zenodo.18374703
Related MCP server: Agent Identity MCP Server
Installation
pip install mcp-server-jisUsage
With Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"jis": {
"command": "mcp-server-jis",
"env": {
"JIS_IDENTITY": "jis:yourdomain.com:your-id",
"JIS_SECRET": "your-signing-secret"
}
}
}
}Environment Variables
Variable | Required | Description |
| No | Your jis: identifier |
| No | Your signing secret for proofs |
| No | Custom JIS endpoint (default: humotica.com) |
Available Tools
jis_whoami
Show your current JIS identity configuration.
jis_verify
Verify a jis: identifier and get public information.
jis_verify jis:humotica.com:jasperjis_request_intent
Request bilateral intent from a jis: identity. The core of the Intent-Centric Web.
jis_request_intent
target: jis:humotica.com:jasper
purpose: authentication
reason: "Login to my application"jis_send_verified
Send a JIS-verified message with bilateral intent confirmation.
ask_humotica
Ask a verified question to Humotica about TIBET, JIS, or the Intent-Centric Web.
ask_humotica "What is bilateral intent?"jis_trust_score
Get the trust score for a jis: identity based on TIBET audit history.
jis_spec
Get information about the jis: specification sections.
Example Session
User: Verify the Humotica founder's identityMaintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceMCP server for AI agent identity — verify agents with Ed25519 signatures, check trust scores, sign and verify content, exchange encrypted messages. Built on the Agent Identity Protocol (AIP).8MIT
- Alicense-qualityDmaintenanceMCP Server for AI agent identity and authorization. Create, verify, and manage agent identities with trust scores and scoped authorization tokens.MIT
- Alicense-qualityDmaintenanceMCP server for Citizen of the Cloud — agent identity verification, trust scoring, and registry access for any AI runtime that speaks the Model Context Protocol.15MIT
- AlicenseAqualityDmaintenanceMCP server for AI agent trust verification, enabling agents to verify identities, check trust scores, and build reputation across multiple blockchain and web platforms.12341MIT
Related MCP Connectors
MCP server for verifying EUDI/Talao wallet data via OIDC4VP (pull) for AI agents.
MCP server bridging holepunchto/keet-identity-key to the Hive agentic identity network
A paid remote MCP for ZeroID, built to return verdicts, receipts, usage logs, and audit-ready JSON.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jaspertvdm/mcp-server-jis'
If you have feedback or need assistance with the MCP directory API, please join our Discord server