Metadata-Version: 2.4
Name: gosce-auth-token-mcp-traced-service
Version: 0.1.0
Summary: Hash passwords with bcrypt and issue/verify JWT session tokens.
Author: Rawson Consulting B.V.
License: MIT
Project-URL: Homepage, https://auth-token-mcp-traced-service.getvda.ai
Project-URL: Portfolio, https://agents.getvda.ai/agents
Keywords: mcp,a2a,ai-agent,auth-token-mcp-traced-service,getvda
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# gosce-auth-token-mcp-traced-service

Hash passwords with bcrypt and issue/verify JWT session tokens.

Thin client for the **Auth Token MCP Traced Service** remote agent on [getvda.ai](https://auth-token-mcp-traced-service.getvda.ai) — speaks open **MCP** (streamable-http) and **A2A**. Discovery is free; execution is metered via Nevermined x402.

```python
import gosce_auth_token_mcp_traced_service
print(gosce_auth_token_mcp_traced_service.MCP_ENDPOINT)  # https://auth-token-mcp-traced-service.getvda.ai/mcp
```

- MCP: `https://auth-token-mcp-traced-service.getvda.ai/mcp`
- A2A: `https://auth-token-mcp-traced-service.getvda.ai/a2a`
- Home: https://auth-token-mcp-traced-service.getvda.ai
- Portfolio: https://agents.getvda.ai/agents
