MCP Server – Affinidi Elements API
@kamarthiparamesh
关于 MCP Server – Affinidi Elements API
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"affinidi-elements-mcp-server": {
"type": "http",
"url": "http://localhost:3002/mcp"
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Server – Affinidi Elements API?
A Model Context Protocol (MCP) streamable HTTP server that interacts with the Affinidi Elements API using the Affinidi TDK. It is a TypeScript-based server designed for developers building AI assistants or chatbots that need to manage Affinidi projects, login configurations, and issue Verifiable Credentials (VCs).
How to use MCP Server – Affinidi Elements API?
Install dependencies with npm install, then run the server with npm run dev. The server listens on http://localhost:3002/mcp. Use an MCP client (e.g., the included test client) to connect and call tools like list_project, list_login_configurations, or vc_issuance_event_ticket by providing appropriate authentication tokens (user access token or project scope token).
Key features of MCP Server – Affinidi Elements API
- Streamable HTTP MCP server using Affinidi TDK
- Tools for listing projects and login configurations
- Tool to issue Verifiable Credentials for event tickets
- Resources and prompts support (not yet demonstrated)
- Includes a test client for interactive use
- Can be integrated with a companion Chat App
Use cases of MCP Server – Affinidi Elements API
- List all Affinidi projects associated with a user account
- Retrieve login configurations within a project
- Issue a verifiable credential (VC) for an event ticket via natural language
- Build AI chatbots that manage Affinidi identity services
- Demonstrate core MCP concepts (resources, tools, prompts)
FAQ from MCP Server – Affinidi Elements API
What dependencies does MCP Server – Affinidi Elements API require?
Node.js and npm are required. The project uses TypeScript and the Affinidi TDK.
What runtime environment is needed?
The server runs on Node.js. It is a command-line application that can be started with npm run dev.
Where does the data live?
All data (projects, login configurations, credentials) resides in the Affinidi cloud platform. The server acts as a proxy to query and manage that data via the Affinidi Elements API.
What transport does the server use?
The server uses HTTP as the transport layer for the MCP protocol, listening on a configurable port (default 3002).
What authentication is required?
Tools require either a user access token (for list_project) or a project scope token (for list_login_configurations and vc_issuance_event_ticket). These tokens must be passed as arguments when calling the tools.
开发工具 分类下的更多 MCP 服务器

Sentry
modelcontextprotocolModel Context Protocol Servers
JetBrains MCP Proxy Server
JetBrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
Burp Suite MCP Server Extension
PortSwiggerMCP Server for Burp
test
cloudwegoThe ultimate LLM/AI application development framework in Go.
评论