Show HN: Texture: Chat with Any API

3 andes314 1 5/11/2025, 3:52:45 AM usetexture.com โ†—
Texture is both a collection of public MCP servers and a platform for creating your own. Each server is a wrapper around an API, allowing you to chat with it using natural language.

Feedback is greatly appreciated. Goal is to make something people want.

Comments (1)

rafram ยท 9h ago
The client's POST requests should just include the message the user sent, not the entire chat history. The chat history should live on the server. Trusting the client to provide an accurate history is bad security.