Metadata-Version: 2.4
Name: gosce-authenticated-mcp-traced-agent
Version: 0.1.0
Summary: JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion. Unauthenticated calls are rejected.
Author: Rawson Consulting B.V.
License: MIT
Project-URL: Homepage, https://bcrypt-cryptography-langchain-cor-027cf2.getvda.ai
Project-URL: Portfolio, https://agents.getvda.ai/agents
Keywords: mcp,a2a,ai-agent,authenticated-mcp-traced-agent,getvda
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# gosce-authenticated-mcp-traced-agent

JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion. Unauthenticated calls are rejected.

Thin client for the **Authenticated MCP Traced Agent** remote agent on [getvda.ai](https://bcrypt-cryptography-langchain-cor-027cf2.getvda.ai) — speaks open **MCP** (streamable-http) and **A2A**. Discovery is free; execution is metered via Nevermined x402.

```python
import gosce_authenticated_mcp_traced_agent
print(gosce_authenticated_mcp_traced_agent.MCP_ENDPOINT)  # https://bcrypt-cryptography-langchain-cor-027cf2.getvda.ai/mcp
```

- MCP: `https://bcrypt-cryptography-langchain-cor-027cf2.getvda.ai/mcp`
- A2A: `https://bcrypt-cryptography-langchain-cor-027cf2.getvda.ai/a2a`
- Home: https://bcrypt-cryptography-langchain-cor-027cf2.getvda.ai
- Portfolio: https://agents.getvda.ai/agents
